Computer Consultant

Computer Consultant, Network Security Consulting, Computer Consultants

     Computer Consultant | Network Security Consulting


Recent posts




Blogger Template

PHP Basic

PHP Reference

PHP Advance

JavaScript Basic



Custom Search





JavaScript Guidelines

JavaScript is Case Sensitive


A function named "myfunction" is not the same as
"myFunction" and a variable named "myVar" is not the same as
"myvar".



JavaScript is case sensitive - therefore watch your capitalization closely
when you create or call variables, objects and functions.





White Space


JavaScript ignores extra spaces. You can add white space to your script to make
it more
readable. The following lines are equivalent:



name="Hege";
name = "Hege";








Break up a Code Line


You can break up a code line within a text string with a backslash. The example below will be displayed
properly:



document.write("Hello \
World!");


However, you cannot break up a code line like this:




document.write \
("Hello World!");









Gayabo

posted by Computer @ 10:53,

1 Comments:

At 11 July 2008 at 10:05, Blogger Sop Iga Sapi Cirebon said...

Nice 2 meet u again, buddy. Thanks for all the tutorials. Please visit my blog someday.

 

Post a Comment

<< Home


Blogger