What was the original name of JavaScript?
- ECMAScript
- JScript
- Java
- LiveScript
JavaScript was originally called "LiveScript" when it was first introduced in Netscape Navigator 2.0 in September 1995. However, it was quickly renamed to "JavaScript" to capitalize on the popularity of Sun Microsystem's Java language.
Loading...
Related Quiz
- In a UI with nested dropdown menus, a developer wants to ensure that clicking a nested menu item does not trigger the click event of its parent menu. What method can be used to stop the event from reaching the parent menu?
- To iterate over the keys in an object, you can use the for...______ loop.
- In a while loop, forgetting to update the condition can lead to a/an ________ loop.
- Which property allows you to change the HTML content of an element?
- The property event.target gives access to the _________ that triggered the event.