Forum
Forum
JavaScript
Discussion 5 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 agoWhat about edge cases?
C
charlie
posted agoGreat point! I totally agree.
Showing 1 to 3 of 4 results
Create Discussion