BEGINNERS' CODING HOME

Learn HTML,CSS, Python etc from the foundation

Sunday, February 9, 2020

JAVASCRIPT FREE COURSE-Lesson 10

No comments :
Hi guys, I will be discussing with you in this lesson a very important topic in JavaScript. The topic is "if Statement". JavaScript is a sequential programming language and it follows instructions and obeys certain conditions.   "if statement" is a conditional statement...
Read more

Tuesday, January 14, 2020

FREE JAVASCRIPT LESSON 9

No comments :
Hi friends, I’m undoubted you are doing great. I’m glad you made your way to this lesson. Today, I will be teaching you another interesting topic known as Concatenation.   By the end of this lesson, you will agree with me that the most useful operator primarily for strings...
Read more

Monday, January 6, 2020

FREE JAVASCRIPT COURSE – Lesson 8

No comments :
Hi friends, today we will be discussing an important topic.  The topic is Mathematical operators! Hey, don’t panic, we are not here to solve maths. I will just walk you through some mathematical operators that enable JavaScript to function in a unique way.   Some...
Read more

Wednesday, January 1, 2020

FREE JAVASCRIPT COURSE- Lesson 7

No comments :
Friends hope you are doing fine,  today I will be discussing a very important feature in JavaScript and that feature is Popup Box.   Note that this is our seventh lesson ( these are the previous lessons on JavaScript:  1,  2,  3,  4, ...
Read more

Tuesday, June 4, 2019

TOP 3 BASIC RULES IN NAMING JAVASCRIPT VARIABLES

No comments :
Hi, hope you’re doing fine? Today I’m gonna be discussing with you about the rules that governs JavaScript names. In case you’ve missed any of our previous lessons on JavaScript tutorial, please I beg you to pause this lesson and click HERE! This lesson will be a little bit complicated...
Read more

Tuesday, February 19, 2019

UNDERSTANDING JAVASCRIPT VARIABLES |THINGS YOU WOULD LIKE TO KNOW

No comments :
I’m going to take this topic bit by bit for easy assimilation. So in this lesson, I’m going to give you a simple background of how variables work in Javascript. I will, in our subsequent lessons, slowly go deeper and deeper in a simplified manner. My aim is to help newbies or...
Read more

Thursday, February 14, 2019

EXEMPLARY GUIDE ON HOW TO EMBED JAVASCRIPT TAGS IN HTML DOCUMENT

No comments :
Hi, in this lesson, I’m going to take you by hand and walk you through the two major ways by which you can embed JavaScript tags in the HTML document tree. Just like Cascading Style Sheet, you can confidently attach JavaScript file either externally or internally in HTML document. ...
Read more

Thursday, February 7, 2019

STEP BY STEP GUIDE ON HOW TO CREATE CONFIRM AND PROMPT BOX USING JAVASCRIPT

No comments :
Hi, welcome to our fourth lesson on JavaScript. In this lesson, I will unveil to you a practical way you can create a confirm box and as well prompt box using JavaScript. Perhaps you may have seen something popping up whenever you visit a website, prompting you to take a certain...
Read more

Tuesday, February 5, 2019

PRACTICAL GUIDE ON HOW TO WRITE YOUR FIRST JAVASCRIPT PROGRAM

1 comment :
Hi, in this masterpiece, I will try my best to guide you on how to successfully write your first Javascript program without stress.  As you may have discovered in our first introductory lesson, that you don’t need any special software installation or IDE in order to...
Read more