#es6
Read more stories on Hashnode
Articles with this tag
What is Optional Chaining? Optional chaining is represented with (?.) and was introduced in ES62020. Optional chaining is used to access object...
What are Arrow functions? Arrow functions introduced in ES6 provide a concise way to write functions in JavaScript. Content under arrow functions is...
What is Type Error? A Type error is caused when : an operand or argument passed to a function is incompatible with the type expected modified a...