wtsang11 / TechExplore

MIT License
0 stars 0 forks source link

Introduction #156

Open wtsang11 opened 3 years ago

wtsang11 commented 3 years ago

http://localhost/TechNotes/wp-admin/post.php?post=1406&action=edit

VSC: http://localhost/lab/python/utilities/study_codes/opencodes.php?f=/Users/wtsang/Lab/javascript_programming/secrets_javascript_ninja/

-- Static HTTP Server for testing: https://www.npmjs.com/package/http-server npx http-server npx http-server [root folder]

wtsang11 commented 3 years ago

Helpful tutorials

-- Promise https://www.w3schools.com/js/js_promise.asp -- async await https://www.w3schools.com/js/tryit.asp?filename=tryjs_async2 -- Hoisting https://www.javascripttutorial.net/javascript-hoisting/ https://www.w3schools.com/js/js_hoisting.asp