untitled notebook

node v14.20.1
endpointsharetweet
// arrow function definition const speak = (name) => { // this sign(=>) represents the function... return "Shout " + name; } console.log(speak('chisom'))
Loading…

no comments

    sign in to comment