Mar 13 · 5 min read · Hello cohort! ☕In modern JavaScript (ES6+), one of the biggest quality-of-life improvements is arrow functions. They let you write shorter, cleaner functions with less boilerplate — perfect when you'r
Join discussion
Nov 25, 2022 · 4 min read · Arrow functions In javaScript. That is a different syntax for writing Javascript functions. function myFunc(){ //code here } A typical javascript function looks like this. Using the keyword function. You may also notice a syntax where var myFunc equ...
Join discussion