Which early browser first implemented JavaScript?
- Internet Explorer
- Mosaic
- Netscape Navigator
- Opera
JavaScript was first implemented in Netscape Navigator. Brendan Eich developed it in 1995 while working at Netscape Communications. This move by Netscape added a significant interactive element to the web and contributed to the rapid adoption of JavaScript.
Loading...
Related Quiz
- The method getElementById selects an element using its ______.
- What is the impact on performance when using a switch statement versus multiple if-else statements for numerous conditions?
- The method _______ can be used to add new elements to the end of an array.
- The concept of creating a single function or method that can operate on multiple types of objects is known as _________.
- Which method removes the last element from an array and returns that element?