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
Get to know some modern JavaScript features that can help write code more neatly

https://javascript.plainenglish.io/write-better-code-with-these-5-javascript-features-cf405b25a78e

---

A collection of JavaScript code snippets or snippets that are often encountered and used daily

https://javascript.plainenglish.io/12-useful-javascript-snippets-for-everyday-problems-4f08ee1ab5e

---

Practice using setTimeout to pause process execution

https://dev.to/dailydevtips1/using-settimeout-in-javascript-2mmc

---

Creating lists and how to update list contents using JavaScript

https://javascript.plainenglish.io/working-with-the-dom-in-vanilla-js-apps-part-2-ebd9a8064f6c

---

#snippet #dom #list #timeout
Practice using DOM manipulation functions built into JavaScript with the Dcode channel

https://youtu.be/XVNLsTJHwqE

---

Practice creating your own Console log function with JavaScript

https://youtu.be/n6bWPHpYdbs

#dom #dcode #logger #manipulation
More additional practice on simple DOM manipulation with Dcode channel

https://youtu.be/_H5gV0Fyg0I

#dcode #dom
An introduction to what the DOM is and how to use it with JavaScript

https://www.freecodecamp.org/news/what-is-the-dom-explained-in-plain-english/

---

Introduction to Ternary Operators in JavaScript

https://javascript.plainenglish.io/javascript-the-ternary-operator-6c073c7ffde4

---

Using Lodash to find Objects with specific variables

https://masteringjs.io/tutorials/lodash/find-nested-object

---

#dom #ternary #lodash‌‌
React Archer 4.0 : Draw arrows between DOM elements

https://github.com/pierpo/react-archer

#DOM #ReactJS
react-svg 15.1: Component to Inject SVG into the DOM

https://github.com/tanem/react-svg

#react #svg #DOM