--> Javascript is loosly typed
--> javascript is not object oriented. but it has some predefined objects.
a) window
b)
--> Datatypes in Javascript
a) Numbers
b) string
c) boolean
d) arrarys
e) date
f) html DOM Elelemet(We can not declare it.. we call it by caling documnet.getElement)
-->How to Write Javascript
<script type="Script/Javascript">
//Decalre variables
/*here we write code*?
</script>
--> javascript is not object oriented. but it has some predefined objects.
a) window
b)
--> Datatypes in Javascript
a) Numbers
b) string
c) boolean
d) arrarys
e) date
f) html DOM Elelemet(We can not declare it.. we call it by caling documnet.getElement)
-->How to Write Javascript
<script type="Script/Javascript">
//Decalre variables
/*here we write code*?
</script>