Reuse Javascript Code Using import, freeCodeCamp's ES6 Challenges, Javascript Help 2020

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=Lm1EeAlV2gQ



Duration: 3:03
279 views
4


In this lesson, we are continuing our studies on reusing code from another file. In our previous lesson, we learn about exporting functions from one file by using the export keyword. Once we specify what we want to export, we then go to the file which wants to use the exported functions and utilizing the import keyword, we are able to access the exported functions from our other file. This allows us to keep our code clean, and easily maintainable and modular. It allows us to access the same code and reuse it in multiple files without having to copy and paste the functions into every file we want to use them in. Learning to export and import functions is vital in learning ES6 and will help keep your code looking professional and clean.




Other Videos By We Will Code


2020-01-02Match Literal Strings, Learn Regular Expressions on freeCodeCamp 2020, Learn JS for Beginners 2020
2019-12-31Regular Expressions, Using the Test Method, freeCodeCamp's Learn Regex Challenges, 2020 Learn Regex
2019-12-31Introduction to the Regular Expression Challenges, A Regex Tutorial for Beginners, Learn Regex 2020
2019-12-30Handle a Rejected Promise with catch, Learn ES6 on freeCodeCamp 2020
2019-12-26Handle a Fulfilled Promise with then, freeCodeCamp's ES6 Challenges
2019-12-23Complete a Promise with resolve and reject, freeCodeCamp's Learn ES6 Challenges
2019-12-22Create a Javascript Promise, freeCodeCamp's ES6 Challenges on freeCodeCamp
2019-12-22Import a Default Export, freeCodeCamp's ES6 Lessons and Explanations
2019-12-21Create an Export Fallback with export default, freeCodeCamp's ES6 JS Syntax
2019-12-21Use * to Import Everything from a File, freeCodeCamp
2019-12-21Reuse Javascript Code Using import, freeCodeCamp's ES6 Challenges, Javascript Help 2020
2019-12-20Use export to Share a Code Block, ES6 Challenges freeCodeCamp, WebDev Tutorials
2019-12-18Create a Module Script, Learn JS ES6 Syntax on freeCodeCamp, Learn to Code Free Online Tutorial
2019-12-17Use getters and setters to Control Access to an Object, freeCodeCamp's Learn ES6 Syntax Challenges
2019-12-03Use class Syntax to Define a Constructor Function, ES6 tutorial, Learn ES6 Syntax
2019-12-02Write Concise Declarative Functions with ES6, Learn ES6 Syntax
2019-11-29Write Concise Object Literal Declarations Using Object
2019-11-28Create Strings using Template Literals, Learn JS ES6
2019-11-26Use Destructuring Assignment to Pass an Object as a Function's Parameters,Learning Destructuring ES6
2019-11-24Use Destructuring Assignment with the Rest Parameter to Reassign Array Elements, Learn JS 2020
2019-11-23Use Destructuring Assignment to Assign Variables from Arrays, Learning JS ES6 2020, Web Dev



Tags:
reuse javascript code
using import in js
js import
javascript import
learning to import code