ES6 015- Prompt function
Here the function won’t ask for a title because it was already declared.
New primitive With unique IDs Customized Symbols were made for Metaprogramming Source: https://www.freecodecamp.org/news/how-did-i-miss-javascript-symbols-c1f1c0e1874a/
Sets are a new object type with ES6 (ES2015) that allow to create collections of unique values. The values in a set can be either simple primitives […]
The key could be any object, but it must be an especific one when is called. if it is a […]
Const is used to assign a value that never changes. If the value of a “const” variable is changed by […]
For: from 1 to 8 in 2 steps. 9 should be the next number, but 8 is the limit listing: […]