An important exercise to build a router with pure JavaScript or ES2015, which can be used for Single Page Application SPA routers
https://javascript.plainenglish.io/a-spa-pwa-router-in-pure-vanilla-es6-javascript-e8f79cfd0111
---
Some new features of Modern JavaScript to try
https://javascript.plainenglish.io/5-cool-javascript-features-you-might-not-know-about-yet-f2fc818bdd31
---
How to compare two arrays in JavaScript
https://javascript.plainenglish.io/how-to-compare-arrays-in-javascript-3ee00907e7cf
---
Introduction to the concept of Higher Order Functions in JavaScript
https://dev.to/fadhilradh/javascript-superpower-higher-order-function-4inn
---
#router #spa #higher #order #compare #es2021 #es2015
https://javascript.plainenglish.io/a-spa-pwa-router-in-pure-vanilla-es6-javascript-e8f79cfd0111
---
Some new features of Modern JavaScript to try
https://javascript.plainenglish.io/5-cool-javascript-features-you-might-not-know-about-yet-f2fc818bdd31
---
How to compare two arrays in JavaScript
https://javascript.plainenglish.io/how-to-compare-arrays-in-javascript-3ee00907e7cf
---
Introduction to the concept of Higher Order Functions in JavaScript
https://dev.to/fadhilradh/javascript-superpower-higher-order-function-4inn
---
#router #spa #higher #order #compare #es2021 #es2015
Practice manipulation of dates and numbers with JavaScript
https://www.freecodecamp.org/news/numbers-and-dates-in-javascript/
---
Introduction to objects in JavaScript
https://dev.to/rembertdesigns/objects-in-javascript-with-examples-5e4p
---
Do a comparison of two JavaScript Arrays to find out whether the Arrays are the same or not
https://www.freecodecamp.org/news/how-to-compare-arrays-in-javascript/
---
JSON to XML data comparison with JavaScript
https://javascript.plainenglish.io/javascript-convert-json-to-xml-80caf3148886
---
#date #number #json #xml #array #object #compare
https://www.freecodecamp.org/news/numbers-and-dates-in-javascript/
---
Introduction to objects in JavaScript
https://dev.to/rembertdesigns/objects-in-javascript-with-examples-5e4p
---
Do a comparison of two JavaScript Arrays to find out whether the Arrays are the same or not
https://www.freecodecamp.org/news/how-to-compare-arrays-in-javascript/
---
JSON to XML data comparison with JavaScript
https://javascript.plainenglish.io/javascript-convert-json-to-xml-80caf3148886
---
#date #number #json #xml #array #object #compare
freeCodeCamp.org
How to Work with Numbers and Dates in JavaScript
Numbers, dates, and timers are important parts of JavaScript. And you'll need to know how to work with them when writing your code. We often ignore these topics as many articles don't discuss them. So here, we'll dive deep into the techniques you can use…