I'm currently learning Javascript and was wondering if anyone has advise on some programs I should create as a beginner to higher my ability to program? Some tasks to perform etc.
Form validation is always a good place to start. It introduces you to several skills: Converting from one data type to another (strings to numbers) and interacting with the Document Object Model.
Bookmarks