From caad97eb7150ac7732e685a478254bd6f2856db5 Mon Sep 17 00:00:00 2001 From: shivam yadav <91057727+Shivamycodee@users.noreply.github.com> Date: Wed, 30 Apr 2025 10:09:53 +0530 Subject: [PATCH] Update README.md I watched the recent FreeCodeCamp video on JavaScript essentials released a month ago. It explains the core concepts very efficiently by building practical tools. I'm confident that incorporating these approaches will be really helpful for new learners. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f3119b7..d0744bd9 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build a TicTacToe Game with JavaScript](https://medium.com/javascript-in-plain-english/build-tic-tac-toe-game-using-javascript-3afba3c8fdcc) - [Build a Simple Weather App With Vanilla JavaScript](https://webdesign.tutsplus.com/tutorials/build-a-simple-weather-app-with-vanilla-javascript--cms-33893) - [Build a Todo List App in JavaScript](https://github.com/dwyl/javascript-todo-list-tutorial) +- [Build projects to master JavaScript essentials](https://www.freecodecamp.org/news/javascript-essentials/) ## HTML and CSS: