Accidentally adding a git submoduleSo what happened was I was ready to commit my new changes. I cd into a subfolder, checkout a new branch, and then added all my unstaged…Jan 31, 2019Jan 31, 2019
Using setTimeout with Await/AsyncWhen using setTimeout with await/async, you need to remember to specify async whenever youʼre using await inside the callback of…Jan 31, 2019Jan 31, 2019
“this” vs “prototype”Ever wondered what the difference between using prototype vs this? Or which one is more efficient. Then you’ve come to the right place…Sep 26, 2018Sep 26, 2018
Accessing Prototypes of a Class Within ConstructorHow prototype in Javascript works is it’ll look up based on the current this context to see if the queried prototype exists. And if it…Sep 26, 2018Sep 26, 2018
Published inquangtn0018Send data and files through multi-part forms with FormData in HTMLSep 3, 2018Sep 3, 2018