Java W3school Code Example


Example: javascript


let str = 'Hello World';
console.log(str);

Comments