Browser compatibility and transpilation

Learn JavaScript | Codecademy

Hello friends! This is kinda funny because I am really stuck at exercise 8/11

I cannot go any further from “2. Open the “.babelrc” file and add an object that specifies the preset to "env" .”

This hint

{
“presets”: [“env”]
}

it is turning me crazy, I am even having a review at the command line course and still can’t get a solution :sweat_smile: :joy: :sob: :sob:

Any help provided it will be appreciated super much!

Hey arxex_pwd!
did you create the .babelrc file in “files” folder?

you can do it either using the command: touch .babelrc in the command line

or by clicking the “create new file” button in the top right menu of the file explorer:

Does this help? :slight_smile:

1 Like

I can’t believe it, it all was just reading comprehension! Ok, but that little file folder trick got me completely unaware :joy: :sweat_smile: :sob:

Thank you very much! Let me checkmark your answer to solution solved :+1:

1 Like