Posts

Showing posts from January, 2022

JavaScript Connect4 Project

Image
  Over the past few weeks, I have been enrolled in Team Treehouse's Full Stack JavaScript course. I am almost done with the course. After the course, I will be enrolling in the Front -End Development course (HTML & CSS). In the most recent part of the JavaScript course, I am working on Object-Oriented Programming. Truthfully, I find Python's OOP easier to understand than JavaScript's OOP.  Maybe this is because JavaScript just recently changed its "Class" code. The project for the OOP section is building a Connect4 game.  This is really what I like about JavaScript: The ability to see the results of the code on a web browser.  I had problems with my code at the beginning, but I was able to get help from the Team Treehouse platform. I'm at the start of the game but as always I wanted to share some screenshots to document the whole process. Start screen:   Game screen:

Restarting Blog

  Due to influences beyond my control, I haven't been able to update my blog.  I will be restarting the blog as I am doing a lot of projects with JavaScript.  I started JavaScript after trying to work with Django.  I found it difficult to understand Django without knowing HTML and CSS.  This naturally led me to JavaScript.  I enjoy JavaScript as the results can be seen on a web browser.