Would you like to clone this notebook?

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

Cancel

learning

node v10.24.1
version: 1.0.1
endpointsharetweet
const HelloWorld = () => { console.log('Hello World') } const Calculate = (a, b) => { var result = a + b console.log(result) } HelloWorld() Calculate(3, 4)
Loading…

no comments

    sign in to comment