DEV Community

Muhammad Azan
Muhammad Azan

Posted on

JAVASCRIPT


js
const greet = () => {
  console.log('Hello, Dev.to!');
};
greet();
Enter fullscreen mode Exit fullscreen mode

Top comments (0)