Back
eT
JS
Python
Java
C++
Go
Ruby
Swift
PHP
TS
Rust
Kotlin
// Welcome to eduTeach Online IDE console.log("Hello, World!"); function greet(name) { return `Hello, ${name}!`; } // Try calling the function console.log(greet("eduTeach"));
Output
Run
// Output will appear here after running your code