JavaScript

Unlike HTML and CSS, JavaScript is not a simplified version of English.
It is the most popular programming language now.
With JS, you can create ANYthing. :D

Explore ;

codenart.github.io

javascript

What is JavaScript?

Unlike HTML and CSS, JavaScript is a programming language. With JavaScript, you can teach the computer to think and make decision based on certain situation.

JavaScript can make your website smart.
__A simple & happy Mind

For example, you want to place a button on your webpage to greet user when he/she clicks on it. HTML...

Read More ;
javascript

What is Type?

Data type is a concept of classifying data for using in a program.
__An academic & unhappy Mind

Well, actually, I’m not a fan of using academic words to describe things; Because those words make everything look ugly. Let’s ignore the ugly sentence above. We’re gonna find another way to grasp it. :D

Let’s play around with numbers

Do...

Read More ;
javascript

Why is function blissful?

That word, function, is actually a typing mistake made by one of the first programmers of the world. The original name of this type was action before the mistake has occurred in documentation and spread over the earth. Somewhere down the line, people started thinking the type is somewhat related to mathematics and use it the mathematical way. Let’s scroll up...

Read More ;
javascript

An object in JavaScript

Whenever we lower down vibration to identify with the intellect which is the inferior dimension of the mind, everything seems to be separated and definable. Anything can be defined by some properties and abilities. For example: A tree can be considered as an object which has name, age, and ability to produce.

To reflect this dimension of the mind into programming, the first...

Read More ;
javascript

The object - document

Since the object is in-built, we don’t have to care about how it was created and our purpose is simply exploring how to use it to manipulate HTML document. Before taking the discussion, please have a quick look at the following reference link in which all the bundled stuff of the object document are fully listed: Document Object Reference

About...

Read More ;