Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Android Apps that can execute java scripts filter_list
Author
Message
Android Apps that can execute java scripts #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

Reply

RE: Android Apps that can execute java scripts #2
You are missing quotation marks.
Just use jsconsole.com to test your code.

[+] 1 user Likes chunky's post
Reply

RE: Android Apps that can execute java scripts #3
(03-06-2020, 12:21 PM)chunky Wrote: You are missing quotation marks.
Just use jsconsole.com to test your code.

I got your quotation mark lulz thank you

Reply







Users browsing this thread: 1 Guest(s)