Code Editor
Save
Run
Format
1
// Welcome to the Developer Code Editor! // Write your code here. function greet(name) { console.log(`Hello, ${name}!`); } greet("Developer"); // You can uncomment the following line to test console output: // console.log("This is a sample log.");