Forum
Forum
JavaScript
Discussion 2 about JavaScript
3 replies
C
charlie
posted agoJavaScript Discussion
JavaScript runs everywhere! Here's a classic example:
function greet(name) { return `Hello, ${name}!`; } console.log(greet("World"));
B
bob
posted agoCan you explain more about this?
C
charlie
posted agoHere's a related resource: MDN Web Docs
Showing 1 to 3 of 4 results
Create Discussion