### Javascript code example This is a js arrow function, variable declaration and if statement
js is the coolest language, enjoy! ```js let a = 10 a + 5 == 15 let defun = () => { console.log("125+88") } if(a > 20){ defun() } ```
Success!! HTML element in markdown