Learn JavaScript
4.3K subscribers
459 photos
10 videos
132 files
3.02K links
All info, tutorial, JS tips and more ....!
bio.link/javascript_js_
For HTML: @html_web_learn
For CSS: @CSS_web_learn
For JS: @JavaScript_js_learn
For PHP: @learn_php_web
For Programming courses @Programmingworld_dev
For CEH,Cybersec: @technical_stark
Download Telegram
Practice using bcrypt in Node JS for hashing passwords before saving to database

https://javascript.plainenglish.io/securely-storing-passwords-using-bcrypt-30efea785728

—-

Using promisify utility in Node JS to convert callback function to
Promise form

https://towardsdev.com/util-promisify-in-node-js-2a1f053a1112

—-

#nodejs #bcrypt #promise #promisify
An introduction to the Promise API function and some of its methods in JavaScript

https://medium.com/dhiwise/all-in-one-javascript-promises-77b5bd7c7c61

---

Get to know the
Promise Any function and examples of its use

https://javascript.plainenglish.io/javascript-promises-understanding-promise-any-d8640d4c6ae5

#promise #chaining
An introduction to nullish coalescing in JavaScript

https://devdojo.com/smpnjn/what-is-nullish-coalescing-or-in-javascript

—-

Using call , bind and apply as additional extensions to functions in JavaScript

https://www.freecodecamp.org/news/understand-call-apply-and-bind-in-javascript-with-examples/

—-

Important practice recognizing Callbacks,
Promises and Async/Await as asynchronous processes

https://www.freecodecamp.org/news/asynchronous-javascript-explained/

—-

#nullish #coalescing #async #promise #call #bind #apply