Articles tagged: ECMAScript 2015
Found 3 documents
- Web/JavaScript/Reference/Global_Objects/Array/find The find() method returns a value in the array, if an element in the array satisfies the ...
- Web/JavaScript/Reference/Operators/Object_initializer Objects can be initialized using new Object(), Object.create(), or using the literal notation ...
- Web/JavaScript/Reference/Statements/let The let statement declares a block scope local variable, optionally initializing it to a value.