abenipa3 / modern-js-basics

Modern JavaScript Basics via Laracasts. Course completed on 1/31/23 ✅

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern JavaScript Basics

Update: Course completed on January 31, 2023

This repository was used to follow the course provided by Laracasts:

Modern JavaScript Basics

My goal is to get a refresher on modern JavaScript, kind of as a prerequisite for VueJS.

This repo will also include:

  • Assignments (if the course provides it)
  • JS files created for each lesson.
  • Wiki, which includes notes/reviews of what I've learned, specifically for:
    • Let and Const
    • Maps and Sets
    • Modules

How to Run

Since I also have PHP installed locally, I run this command:

php -S 127.0.0.1:8000

And then open localhost:8000.

About

Modern JavaScript Basics via Laracasts. Course completed on 1/31/23 ✅


Languages

Language:JavaScript 95.5%Language:HTML 4.5%