2 followers
This is the diary of a Full Stack Developer. My goal here is for you to have better understanding and encouraged after reading my blogs!
Imagine logging into your Instagram, tapping on a post, and you are redirected to the login form. You log in and finally get to see the post. You read...
America's favorite Programming language What is Python? It was introduced to the world in 1991 and developed by Guido van Rossum. Python is an...
Python has an object that is created by a class called an instance. First, a class is a manual that tells an instance how to behave and define...
The flow of programming is linear. Meaning the program executes code from top to bottom. Just as we, humans, read left to right and top to bottom......
Okay so you have declared your variable and you are ready to put it in use! You have an error. It's saying ReferenceError: (your variable) is not...
Variables Explained for Beginners. <Script> Hello World!</Script> What is a Variable Let's first start with what is a variable. Mdn says a Variable is...