Welcome to Miguel Learns!
Hello and welcome to my blog!
const helloWorld = () => {
return `Hello from Miguel!`;
}
helloWorld();
I’m learning JavaScript programming and my hope is that by explaining concepts to myself here, maybe it can also help others who are learning the same thing.
See you soon!
Miguel