Quick actions

cmd+k|ctrl+k

Navigation

Languages

Step by step to solve problem

Snippet info

Language

JavaScript

Visibility

public

Author

congtuandinh94

Created

2023-10-16T02:49:59.312887Z

Updated

2023-10-16T02:52:16.603334Z

function sayHello(name) {
    console.log(`Hello, my name is ${name}`);
}

sayHello('Tuan');
INFO