Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

JavaScript

  • 1 відповідь
  • 1 має цю проблему
  • 11 переглядів
  • Остання відповідь від TyDraniu

more options

I am taking a JavaScript (JS) class on Kahn Academy. Once I complete the class, I would like to practice coding on my own computer. . . that is, writing code and being able to test it locally. I'm told that JS is included in the FireFox browser and I've checked and verified that it is enabled in the "about:config" application.

My question is, how do I access the actual JS program. Where is it? How do I access it? What commands do I use to get into the program so that I can start writing, and testing my code?

Your help is greatly appreciated. Thank you.

I am taking a JavaScript (JS) class on Kahn Academy. Once I complete the class, I would like to practice coding on my own computer. . . that is, writing code and being able to test it locally. I'm told that JS is included in the FireFox browser and I've checked and verified that it is enabled in the "about:config" application. My question is, how do I access the actual JS program. Where is it? How do I access it? What commands do I use to get into the program so that I can start writing, and testing my code? Your help is greatly appreciated. Thank you.

Усі відповіді (1)

more options

Hi, we're usually testing the code using Developer Tools (Ctrl+ Shift + I), with use of the Inspector, Console and Debugger tabs. You can write and run JS code in the Console.

There's also external tools like jsfiddle.net and codepen.io.