Prizes & Awards
My Profile
Active Members
TodayLast 7 Days
more...
|
Important points to make a note about JavaScript
Points to ponder:
Here is some important facts about JavaScript. This will give you some idea about JavaScript and other scripting languages:
1. JavaScript is a Client side scripting language
2. It supports all browsers
3. It’s easy to learn
4. It’s interpreted language
5. It’s generally embedded or placed in HTML tags
6. It can respond to events
7. It’s not Object oriented It’s object based
8. It’s more Interactive and dynamic.
9. It’s interpreted but not complied
10. It’s weakly typed
11. It's Case sensitive
Javascript myths 1. It is not similar to Java
2. An IDE like Visual Interdev /Visual Studio are not required for scripting
3. It’s not Object oriented Language
4. It doesn't manage the memory
|
|