How to clear your web browser’s cache, cookies, and history
Notes: Clearing your web browser’s cache, cookies, and history may remove some data that you wish to keep. For details, see About cache, cookies, and history below. For an alternate troubleshooting method, see Troubleshooting alternatives. For desktop browsers, to quickly open menus used to clear your cache, cookies, and history, ensure that the browser is open and selected, […]
Read moreUploading Directories With webkitdirectory
If you’ve ever tried to implement a bulletproof, good-looking drag’n’drop, you might have encountered an issue: uploading an entire folder or folders of files usually isn’t possible, and so filesin each folder have to be selected manually. Unless you use input webkitdirectory, an obscure attribute that allows users to pick a directory via a file input. Currently supported in Chrome, Firefox and Edge. For […]
Read moreA Thorough (Re)Introduction to JavaScript Callbacks
Have you came across the term “callback” but don’t know what it means? Don’t worry. You’re not alone. Many newcomers to JavaScript found callbacks hard to understand too. Zell, a developer from Singapore, wrote a very detailed and explanatory article on the subject. I highly recommend you read it. This article is aimed at the […]
Read moreThere is no formation without repetition
So, you’ve done a few courses and read a few books but still don’t feel great about your relationship with JavaScript. How do you get better? Build things. Lots of things. Build 1,000 things. Keep it up and don’t stop. Seriously. This has always been Wes’s advice. Just put in the work and you will […]
Read more