Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

JavaScript

  • 1 תגובה
  • 1 has this problem
  • 11 views
  • תגובה אחרונה מאת 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.