The initial version of JavaScript was created in just _________ days.
- 5 days
- 10 days
- 15 days
- 20 days
The initial version of JavaScript was created in just 10 days by Brendan Eich in September 1995. This rapid development was possible due to the language's concise design and its primary purpose of enhancing web page interactivity.
Loading...
Related Quiz
- If you want to convert a JavaScript object to a string in the Fetch API, you should use the _________ method.
- During a job interview, you're asked about the evolution of JavaScript. The interviewer specifically wants to know about a major shift in JavaScript's usage from merely adding interactivity to web pages to being used in server-side programming. What technology or platform brought about this shift?
- An arrow function is defined using the _________ symbol.
- What is the primary difference between while and do-while loops in JavaScript?
- In a code review, you spot the line const arr = [10, 20, 30]; followed by arr = [40, 50, 60];. What will be the outcome when this code is executed?