Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Arrows: With Body

node v6.17.1
endpointsharetweet
let nums = [3, 5, 7] let squares = nums.map((n) => { return n * n }) console.log(squares)
Loading…

no comments

    sign in to comment