JavaScript is what kind of language?
Typed
Static
Dynamic
Processed
JavaScript does not require variables to be declared with a Data Type, making it a "dynamic" language.
Who wrote the first version of JavaScript?
Brendan Eich
Katherine Johnson
Jesse James Garrett
Tim Berners-Lee
Brendan Eich wrote the first version of JavaScript at Netscape.
What programming language(s) can be interpreted directly in the web browser?
Python
JavaScript
Ruby
Java
JavaScript does not require variables to be declared with a Data Type, making it a "dynamic" language.
Which of these is a non-browser-based JavaScript engine?
CouchDB
Node.js
Backbone
React.js
Node.js is one of the most popular non-browser-based JavaScript engines.
What is the name of the organization that creates the standard upon which JavaScript is based?
World Wide Web Consortium
Ecma International
Mozilla
Electronic Freedom Foundation
Ecma International is the organization that creates the standard upon which JavaScript is based.
What is the name of the standard upon which JavaScript is based?
Web Script
JavaScript
ECMAScript
JScript
The standard upon which JavaScript is based is ECMAScript.
Which two frameworks are JavaScript application frameworks?
Django
Meteor.js
Rails
Express.js
Express.js and Meteor.js are both JavaScript application frameworks.
Which of the following is a very popular data visualization library?
Pixi.js
D3.js
Backbone
CouchDB
D3.js is a popular data visualization library used on many websites.