function getPosts() { // Function Declaration var posts = apiMagic(); // Will learn.. return posts; } getPosts(); // Function Call getPosts // Function Reference
page • Navigate from one element to surrounding elements • Add, edit and delete HTML elements on a page • Build HTML elements and add to a page Checkout FREE 5 Days of JavaScript