DEV Community

Armando
Armando

Posted on

Just Javascript

  function person(id){
 }
const person = (id) => {

}
 console.log();
Enter fullscreen mode Exit fullscreen mode

Top comments (0)