4IT580: Docs
4IT580 WebGitLab

Modern JavaScript for React

Named exports

📄

📄

Default exports

📄

📄

var vs const & let

Don't use ! Use only if necessary! => Use !

Template string

We have several ways how to work with strings

Destructuring

Unpack properties from an object or values from an array


Object destructuring

Array destructuring

Arrow Function

Array method

Resources (MDN):