Introduction to the modulus operator in JavaScript
https://www.freecodecamp.org/news/javascript-modulo-operator-how-to-use-the-modulus-in-js/
---
How to remove duplicate elements in an Array
https://javascript.plainenglish.io/javascript-arrays-how-to-remove-duplicate-elements-4796639f6b35
---
Comparison of loop speed for each Loop function in JavaScript
https://javascript.plainenglish.io/speed-showdown-comparing-for-foreach-and-for-of-in-javascript-5d1873ae05f7
---
How to check whether in an Array there is an object that has a certain value
https://javascript.plainenglish.io/check-if-an-array-contains-an-object-with-a-certain-property-value-in-javascript-5325295a5820
---
Simple exercise building a video player with JavaScript and HTML5
https://betterprogramming.pub/how-to-build-a-video-player-in-vanilla-javascript-and-html5-61ecc1552b8e
---
How to change key values in JavaScript
https://javascript.plainenglish.io/how-to-swap-the-keys-and-values-of-a-javascript-object-9df2ac909847
---
#modulus #duplicate #loop #video #player #keyvalues
https://www.freecodecamp.org/news/javascript-modulo-operator-how-to-use-the-modulus-in-js/
---
How to remove duplicate elements in an Array
https://javascript.plainenglish.io/javascript-arrays-how-to-remove-duplicate-elements-4796639f6b35
---
Comparison of loop speed for each Loop function in JavaScript
https://javascript.plainenglish.io/speed-showdown-comparing-for-foreach-and-for-of-in-javascript-5d1873ae05f7
---
How to check whether in an Array there is an object that has a certain value
https://javascript.plainenglish.io/check-if-an-array-contains-an-object-with-a-certain-property-value-in-javascript-5325295a5820
---
Simple exercise building a video player with JavaScript and HTML5
https://betterprogramming.pub/how-to-build-a-video-player-in-vanilla-javascript-and-html5-61ecc1552b8e
---
How to change key values in JavaScript
https://javascript.plainenglish.io/how-to-swap-the-keys-and-values-of-a-javascript-object-9df2ac909847
---
#modulus #duplicate #loop #video #player #keyvalues
freeCodeCamp.org
JavaScript Modulo Operator – How to Use the Modulus in JS
In JavaScript, you may need to perform mathematical calculations such as determining if a number is even or odd, wrapping values within a range, and converting between degrees and radians in trigonometry. To help you perform all these mathematical ca...