VHValphalia Hoopesinvalphaliahoopes.hashnode.dev·Oct 6, 2022 · 4 min readAsynchronous Code in JavaScript: How It WorksIntro Normally, JavaScript is a synchronous language. This means that code is ran from top to bottom, one line at a time. No two bits of code can run concurrently, and if a function takes a while to return, nothing can run in the background. This i...00
VHValphalia Hoopesinvalphaliahoopes.hashnode.dev·Sep 8, 2022 · 4 min readHello World! My story (so far) with codingRemember that time you wrote your first ever Hello World program? Funny enough, I can't actually remember, for it has been so long. Oh wait. You don't know who I am? I am Valphalia Hoopes, and this is my journey with coding. So where do we begin? Eve...00