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