Arama Sonuçları: "#javascriptquestion"

10 sonuç
Mohan
Mohan@mrahir101·
Output of following code function magic(...nums){ let sum = 0; nums.filter(n=>n%2==0).map(el=>sum+=el); return sum; } console.log(magic(1,2,3,4,5,6)); #javascript #javascriptquestion
English
1
0
3
0
Rashi
Rashi@variableblogger·
How to hide JavaScript code from being able to be viewed from the browser (View Page source or Inspect Element)? #javascript #javascriptQuestion
English
2
0
5
0