js
const greet = () => {
console.log('Hello, Dev.to!');
};
greet();
For further actions, you may consider blocking this person and/or reporting abuse
js
const greet = () => {
console.log('Hello, Dev.to!');
};
greet();
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)