You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Take the commented ES5 syntax and convert it to ES6 arrow Syntax
letmyFunction=a=>{`a`;}
letanotherFunction=param=>{
`param;`//I sitll don't get this template literal stuff or what the hell is the point. Why are there a million ways of doing the same thing? 2 would suffice no?