const magic = 5;
function f(n:any){
return n+n;
}
function g() {
return f(magic);
console.log(g());
Total Matches: 2© 2018-2020 Uri Shaked