Skip to content

Notes and examples of my journey learning JavaScript

Notifications You must be signed in to change notification settings

lea19019/JS-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Journey Overview

It was around January 2020 when I had my first contact with JavaScript, I wrote several exercises to help me undestand general programming concepts such as for loops, data types, logical operators, etc. I remember thinking JS was a lot easier than C++ (the firs language I learned), but due to my curriculum I sttoped my JS learning on those months. It wasn't until April 2021 I continued my journey learning this wonderful language, this repository contains notes, projects and examples I wrote during my learning. Hopefully you can find something useful here!

JS Journey

Web Pages

As part of my journey I created two SPA (Single Page Apps) with just JavaSript.

The first one is a To Do App that will allow the user to create, read, update and delete tasks with the help of local storage.

To Do App

Development Environment

  • Visual Studio Code
  • JavaScript

Useful Websites & Books

About

Notes and examples of my journey learning JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published