Programming Tips 💡
51.5K subscribers
67 photos
10 videos
30 files
354 links
Programming & AI:
Tips 💡
Articles 📕
Resources 👾
Design Patterns 💎
Software Principles

🇳🇱 Contact: @MoienTajik

🎯 Buy ads: https://telega.io/c/ProgrammingTip
Download Telegram
Import and export in ES6 📚

Export is ES6' way of saying 🗣 :
“Make this code available for other modules.”


Import is the opposite, and tries to get code from other modules.

🔹What is modules
🔸Diffrence between export and export default

https://t.me/pgimg/67

[ Article ] : https://goo.gl/EJ3e6H


#JavaScript #ES6 #Modules
@ProgrammingTip
All Kyle Simpson's (You Don't Know JS author) courses are free 💸 untill the next monday❗️

https://t.me/pgimg/71

[ Website ] : http://bit.do/ksim


#JavaScript #ES6 #Tutorial
@ProgrammingTip
Why I am in love with ES6

ES6 brings many new features to vanilla javascript making the language do more with less syntax. 🔥

New features like let and fat arrows let us manage scope very easily too. 🙇🏻

Some of ES6 new features 💎 :
Fat arrows
Rest/Spread Operators
Object Deconstruction
Default Parameters
import & export keywords

https://t.me/pgimg/76

[ Article ] : http://bit.do/es6


#JavaScript #ES6
@ProgrammingTip