After completing the excuse generator, our second project was the domain name generator. The main purpose here was to use nested arrays. The reason behind it was to create a list of domains combining multiple words. In this post, I’ll explain how I approached this problem.
Continue reading “Domain Name Generator (Coding Project: 4Geeks)”Tag: JavaScript
Excuse Generator (Coding Project: 4Geeks)
About a month into the bootcamp with 4Geeks Academy we started learning JavaScript. We did cover a few basic concepts before we could practice them fully. Our first project was an excuse generator. This post will cover the steps I took while making it. I used JavaScript, HTML, CSS, and Bootstrap.
Continue reading “Excuse Generator (Coding Project: 4Geeks)”JavaScript Logical Operators and Conditionals
In this post, I’ll cover JavaScript logical operators and conditionals. They are a very important part of many coding languages, not just this one. Logic and conditions are pretty much how most programming languages operate. It is very important to understand this idea as most of the coding is based on it.
Continue reading “JavaScript Logical Operators and Conditionals”Intro to JavaScript
After going through the HTML and CSS, we started learning about JavaScript. In this post, I wanted to write notes regarding the intro to JavaScript. Some of the topics were a bit confusing to me in the beginning, but everything is getting clear now bit by bit.
Continue reading “Intro to JavaScript”