DHDaniel Healyinweb-dev-dan.hashnode.dev·Nov 1, 2021 · 14 min readJavaScript Project: A Simple To-Do ListAs a beginner, creating a simple to-do list with JavaScript can be a great way of bringing many of the new key concepts together. I created my first to-do list not so long ago; I can still remember how excited I was when it worked and the fresh motiv...04DBSM
DHDaniel Healyinweb-dev-dan.hashnode.dev·Oct 16, 2021 · 6 min readJavaScript Tutorial #1 - VariablesContents What is a Variable? Creating a Variable Using a Variable Variable Quiz Further Reading 1. What is a Variable? Variables are the building blocks of JavaScript. Without them, your code editor would be a much wordier and much more complicate...04KNSB