Please enable JavaScript.
Coggle requires JavaScript to display documents.
Shorhand JS (variables (string (charAt, template literals, Multi-line…
Shorhand JS
variables
declaring
string
charAt
template literals
Multi-line String
object property
Destructuring assignment
Spread Operator
Array.find
Object [key]
functions
arguments
calling
arrow
return
default parameters
Mandatory Parameter
Math
decimal base exponential
++ -- *= /=
Exponent Power
Double Bitwise NOT
Converting a String into a Number
check
null / undefined / empty
if/else
if presence
loops
for
https://hackernoon.com/12-amazing-javascript-shorthand-techniques-fef16cdbc7fe
https://www.sitepoint.com/shorthand-javascript-techniques/