Android Apps that can execute java scripts 03-06-2020, 11:16 AM
#1
function sayHello(name) {
var message = "Hello," + name + "!" ;
return message;
}
console.log(sayHello(Ghost Fangs));
Won't even run on droidedit the frustration is real I just want to make sure I'm doing this right I need the satisfaction that my code isn't hopeless any apks out there that can run this
var message = "Hello," + name + "!" ;
return message;
}
console.log(sayHello(Ghost Fangs));
Won't even run on droidedit the frustration is real I just want to make sure I'm doing this right I need the satisfaction that my code isn't hopeless any apks out there that can run this