JavaScript Problem: Passing a JavaScript Value Between HTML Pages
In this tutorial we are going to look at passing a value from one HTML page to another. We will use two techniques: localstorage and the query string. The value we are going to pass is the number of milliseconds so that we can determine elapsed time.
For more resources on JavaScript:
http://www.allthingsjavascript.com
Access to EVERY course (get 2 months free): https://www.skillshare.com/r/profile/Steven-Hancock/24508
Courses offered on Udemy at a discount (access from my site): http://allthingsjavascript.com/courses.html
Tutorials referred to in this video:
local storage: https://youtu.be/CsoknB_0TW8
indexedDB: https://youtu.be/g4U5WRzHitM
coersion: https://youtu.be/z4-8wMSPJyI
Formatting Time with Date object: https://youtu.be/j8katkbMVhs
Tracking Elapsed Time: https://youtu.be/knbUg0Q3qLU
Determining Days Between Dates: https://youtu.be/uWQEGgNvac0
#javascript #AllThingsJavaScriptLLC
source