1. Brief Intro on JavaScript



  • JavaScript is primarily a client-side scripting language for use in Web browsers.
  • 1995 is the birth year.😉
  • Not similar to "JAVA". Its a language on it's own.
-------------------------------------------------------------------------------------------

FOCUS

Become a professional JavaScript developer!😎
I have made an effort to grab concepts more quickly!
Everything's gonna be short and neat.
Coz there's "No time to Waste"

-------------------------------------------------------------------------------------------

History-Mystery :-

 Do you know, there was a need to invent a way to be able to do validation kind of stuff at the client-side.  At the time, most Internet users were connecting over a 28.8 kbps modem even though Web pages were growing in size and complexity. Adding to users’ pain was the large number of round-trips to the server required for simple form validation. Imagine filling out a form, clicking the Submit button, waiting 30 seconds for processing, and then being met with a message telling you that you forgot to complete a required field!!!!😅😅😅

 Continuation.....

  • JS is implemented by 3 significant parts:
  1. EcmaScript
  2. Document Object Model (DOM)
  3. Browser Object MOdel (BOM) 


Let's learn about these implementation in the next post!


End Note : 

I want to give Wrox's Professional JavaScript for Web Developers, the credit for some of the content that I have used in the posts, and a lot of information on the concepts, history etc of JavaScript! 
This is the first post and the credits are the same for all the following posts in future.

No comments:

Post a Comment