You should see this video if you are starting your career in programming or you are interested in programming. :)
Saturday, April 30, 2016
Larry Wall: 5 Programming Languages Everyone Should Know
You should see this video if you are starting your career in programming or you are interested in programming. :)
Subscribe to:
Posts (Atom)
Prototype
Prototype is another creation pattern. Intent: - Intent is to create objects by cloning existing instance - Specify the kinds of obj...

-
Sometimes we do some silly mistake unintentionally. Assuming replace() will replace first instance of String found in the entire String...
-
Introduction: I have already provided a brief introduction in my previous post . So, here we are going to setup the ExtJS API and wa...
-
If you use a javascript AJAX request which sends the http request in JSON data format and not in normal key value pair, you might need thi...