Posts for es6

Deven
Deven wrote

How to use ES6 import in Node

In this article, you will learn how to use es6 import in Node What is ES6 import?ES6 stands for version 6 of the ECMA Script programming language and an import statement is used to import modules that are exported by some other module.A module is an encapsulated file that meets up with an external application […]

October 15, 2021 in Code examples