JavaScript Tips and Tricks

Last Updated on: October 10, 2022

JavaScript is a functional scripting language that is mainly in use as a language for running client-side scripts in a web browser.

It is also common in other applications outside of web pages, including PDF documents and desktop widgets. The launch of faster JavaScript virtual machines has led to an increase in usage in server-side web applications.

JavaScript has syntax similar to C and takes many of its conventions and names from Java, but it differs from either language.

It is an implementation of the ECMAScript language that has borrowed the design principles of the Self and Scheme languages.

The following ten Javascript articles will give you a good introduction to the language:

  1. Joining Strings Together
  2. Assertion
  3. Null, Undefined and Delete
  4. Using Firebug
  5. Objects and Associative Arrays
  6. Type Conversion
  7. Anonymous Functions
  8. Polymorphic Functions
  9. Context Object Manipulation
  10. Iteration

Get notified of new posts:


Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *