summaries

JavaScript: The Good Parts

mendi926QuizQuestions: 10
English
English
AI Generated
[+] Show answers
Who is the author of 'JavaScript: The Good Parts'?
Which method can decipher a JSON text and convert it into a JavaScript data structure?JSON.parseJSON.stringifyJSON.decodeJSON.unpack
What is the opposite of a truthy value in JavaScript?
In the book, what is described as 'The Very Bad Parts' of JavaScript?Global VariablesFunctionsObjectsArrays
What is the 'good part' of JavaScript according to the book?
Which operator is considered harmful because it can mask type errors?=====&&!!
What does JSON stand for?
What is considered as the 'bad parts' in the book?InheritanceClosureCallbacksThe Module Pattern
What is JavaScript's most powerful feature according to the book?
What is the common wrapper around constructors to avoid using 'new'?Object.createObject.initObject.buildObject.new