Learnt JavaScript
Worked on JavaScript and Typescript projects
Worked with JavaScript
Studied React
+2
It's JavaScript Sunday.

Did you know?

You can import and export a module/component on one line in JavaScript(ES6).
See image below.

To use this syntax, the Module exported from the path has to be a named export.

The one line Import/Export imports the component as the name specified in the file, then you rename it to  what ever you want.
You can use it when you have an 'index.js' file where you import related/all your modules/components and export them for cleaner code 😉.

It works On JS frameworks like react and NodeJS as well.

#javascript #nodejs #webdevelopment #programming
#codeWithCipher #react