Course · Section 3: JavaScript Fundamentals – Part 2 · Lecture 36: Arrow Functions
Implement `square(n)` as an arrow function returning `n` squared.
+ 1 hidden test run on Submit.
A concise arrow function returns n * n implicitly.
Run your code to see results.