0
JavaScript
What was the answer to this javasript challenge?really just the first line,The escaping challenge console.log('I'm learning JavaScript'); console.log("A quote: "Java is to JavaScript as ham is to hamster." ");
2 Answers
+ 6
//try this
console.log('I\'m learning JavaScript');
console.log("A quote: \"Java is to JavaScript as ham is to hamster.\"");
0
I\'m ?