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
See an example of applying a design pattern called the Chaining Pattern to run functions sequentially.

https://betterprogramming.pub/chaining-patterns-in-javascript-df05e3030ee7

#chain #chaining #design #pattern
Simple practice using Optional Chaining in modern JavaScript

https://www.freecodecamp.org/news/javascript-optional-chaining/

---

How to round a variable of type float or double

https://stackabuse.com/how-to-round-doubles-or-floats-in-javascript/

---

Some Array manipulation functions in modern JavaScript

https://codingislove.com/common-js-array-methods/

---

Multiple ways to find a specific Element in an Array with JavaScript

https://javascript.plainenglish.io/4-ways-of-finding-elements-in-a-javascript-array-ba66cda8997

---

#optional #chaining #array #find #math #round
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