const add = (a, b) => a + b; const sum = add(1, 2); const subtract = ({ a, b }) => a - b; const difference = subtract({ a: 4, b: 2 }); sum = 3 difference = 2
Destructing Imports
Math
Matematica
Functions
Math.add(2, 3) = 5
Matematica.add(2, 3) = 5
add(2, 3) = 5
Math.subtract(5, 1) = 4
Matematica.subtract(5, 1) = 4
subtract(5, 1) = 4
Math.multiply(3,4) = 12
Matematica.multiply(3,4) = 12
multiply(3, 4) = 12
Math.divide(8 ,2) = 4
Matematica.divide(8, 2) = 4
divide(8, 2) = 4
Classes
Dangerous background
Dynamic Blue background
Yellow background
Blue background
Red background
Styles
Yellow background
Red background
Blue background
Add
a = 3b = 4 a + b = 7
Sqaure of 4
16Lorem ipsum dolor sit amet consectetur adipisicing elit. Suscipitratione eaque illo minus cum, saepe totam vel nihil repellat nemo explicabo excepturi consectetur. Modi omnis minus sequi maiores, provident voluptates.