If you need to access URL GET parameters with JavaScript, then this is the tutorial for you. I cover how to quickly retrieve the values of any URL parameter, aka URL variable, with only a few lines of code.
#JavaScript #JS #tldw
Video Related Links:
URLSearchParams - https://developer.mozilla.org/en-US/d...
Query String - https://en.wikipedia.org/wiki/Query_s...
Firefox Web Console - https://developer.mozilla.org/en-US/d...
Source Code - hhttps://github.com/BigelowInventionsL...
MakerWorld (3D Print Files):
https://makerworld.com/en/@BigelowInv...
Official Website:
https://www.bigelowinventions.com/
Twitch:
/ bigelowinventions
TL;DW (Too Long; Didn't Watch)
Chapters:
0:00 - Intro
0:17 - Setup
1:16 - Writing JavaScript
3:42 - Testing the Code