+ 2
How do I assign a function to a global variables in javascript
if possible drop an example i will apriciate it thanks
4 Réponses
0
let variableName = function(){
return "something";
}
0
let variableName =()=> "something";
0
hey
0
can someone help me with xp