Would you like to clone this notebook?

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

Cancel

HoistingDemo4

node v10.24.1
version: master
endpointsharetweet
console.log(Sum(5, 5)); // 10 function Sum(val1, val2) { return val1 + val2; }
Loading…

no comments

    sign in to comment