July 21- July 24
Hi people! This week, we officially
entered the JavaScript world. Done with HTML, and with CSS. Now, we are to
discover the wonders of JavaScript. This new world is like a maze, very
complicated and full of challenges, there are things that will hinder you to
reach the door of success (just like slow internet connections hehe). Are you
ready ? Take a deep breath. "May the odds be ever in your favor".
Welcome to
hell, everyone! Hahaha Just kiddin'.This
blog entry will contain a lot of new terms. Just what I've said last week,
Brace yourselves. There will be a flood...flood of new ideas, informations, and
many more.
JAVASCRIPT. It is a dynamic computer programming language. It is most commonly
used as part of web browsers, whose implementations allow client-side
scripts to interact with the user, control the browser, communicate
asynchronously, and alter the document content that is displayed. It
is also being used in server-side network programming (with Node.js), game
development and the creation of desktop and mobile applications.
![]() |
JavaScript is not Java and not HTML |
•In a HTML document, JavaScripts are embedded between HTML head
tags <head></head> or between the body tags
<body></body>. In head tags, It is the best place to store
function definitions and objects. And if
you want text to displayed at a specific spot in the document, you can use the
body tag.
![]() |
Parts of JavaScript Statement |
•Difference between document.write() method and
document.writeln() method.
•Different data types.
In Numeric, It deals with numbers.
In String, It is enclosed by single or double quotation marks. The process of joining
strings together is called concatenation. The string concatenation operator is
a plus sign (+).
In Boolean,It is a date type which can be true or
not.
•Variables are fundamental to all programming languages. They are data items that represent a memory storage location in the computer. Variables are containers that hold data such as numbers and strings.
Saving information.....................................xxxxxxx file too large HAHAHAHA So yeah, too much information huh? I hope you learned something from this blog entry. Bye for now! Stay tuned :) God bless, everyone!
credits to google for the pictures and to pixlr. xxx
No comments:
Post a Comment