--A function is an instance of object type.
--A function behaves like any other object.
--We can store function in a variable.
--We can pass a function as argument to a function .
--We can return a function from a function .
JavaScript Modules (ES6) let you split code into multiple files and reuse code cleanly. Main keywords: export → make something available...
No comments:
Post a Comment