FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

const arrow = () =>{ let z = 2.4; console.log("Arrow function"); console.log(z); } arrow(); /* Lecture # 44 Topic : Arrow function in JavaScript Arrow Functions: Short syntax for writing functions. const greet = () => { console.log("Hello"); }; */

Back | FazBrowse Home | New Git URL