An important tip while using Node JS
As you might already know that import and export statements are not supported natively in nodeJS right now.
This is what happens if you try running your server code with import statements:
So currently, we use require to do that job of importing nod...
milan.hashnode.dev1 min read
Luiz Filipe da Silva
Brazilian full stack developer, tale writer, and aspiring computer scientist.
Nice tip to know! Thanks for sharing ๐