Intermediate Intermediate difficulty. Javascript Which method prevents an event from propagating to parent elements? Answer stopPropagation Draw the answer
Intermediate Intermediate difficulty. Javascript Which JavaScript array method executes a reducer function on each element, resulting in a single output value? Answer reduce Draw the answer
Hard Hard difficulty. Javascript Which operator introduced in ES2020 returns the right-hand operand if the left is null or undefined? Answer ?? Draw the answer
Easy Easy difficulty. Javascript What file extension is used for JavaScript files? Answer .js Draw the answer
Hard Hard difficulty. Javascript What is the value of Number.MAX_SAFE_INTEGER? Answer 9007199254740991 Draw the answer
Hard Hard difficulty. Javascript Which built-in object in Node.js is used to handle binary data? Answer Buffer Draw the answer
Hard Hard difficulty. Javascript What is the bit width of the JavaScript Number type? Answer 64 bits Draw the answer