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
  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
Web application performance optimization with Async and defer
https://www.freecodecamp.org/news/javascript-performance-async-defer/
---
Some of the advantages of Lodash for use in Javascript projects
https://javascript.plainenglish.io/5-reasons-why-you-should-be-using-lodash-in-your-javascript-projects-fd08bdfbfe27
---
Some tips on using JSON Stringify to convert JSON data to String
https://javascript.plainenglish.io/as-a-front-end-engineer-9-secrets-about-json-stringify-you-should-know-about-e71c175f40d8
#lodash #async #defer #stringify
  
  https://www.freecodecamp.org/news/javascript-performance-async-defer/
---
Some of the advantages of Lodash for use in Javascript projects
https://javascript.plainenglish.io/5-reasons-why-you-should-be-using-lodash-in-your-javascript-projects-fd08bdfbfe27
---
Some tips on using JSON Stringify to convert JSON data to String
https://javascript.plainenglish.io/as-a-front-end-engineer-9-secrets-about-json-stringify-you-should-know-about-e71c175f40d8
#lodash #async #defer #stringify
freeCodeCamp.org
  
  JavaScript Performance – How to Improve Page Speed with async and defer
  In web programming, JavaScript brings interactiveness and dynamic behaviour to your web pages. While HTML and CSS take care of the structure and aesthetics of the pages, they will be merely usable without JavaScript doing its job in the background. You can…
❤1
  Some of the advantages of using Lodash for web applications
https://javascript.plainenglish.io/5-reasons-why-you-should-be-using-lodash-in-your-javascript-projects-fd08bdfbfe27
---
Removes duplicate elements in a JavaScript Array
https://javascript.plainenglish.io/remove-duplicate-objects-from-the-array-with-javascript-3a4e61fb2ff8
#lodash #array #duplicate
  
  https://javascript.plainenglish.io/5-reasons-why-you-should-be-using-lodash-in-your-javascript-projects-fd08bdfbfe27
---
Removes duplicate elements in a JavaScript Array
https://javascript.plainenglish.io/remove-duplicate-objects-from-the-array-with-javascript-3a4e61fb2ff8
#lodash #array #duplicate
Medium
  
  5 Reasons Why You Should be Using Lodash in Your JavaScript Projects
  Lodash provides a wide range of utility functions that makes working with arrays, objects, and functions a breeze.
  