Blog that contains articles about new technologies related or not with programming.
I will describe and solves some problems that I encounter in my career.
ASP .NET, AJAX, Javascript, C++, C# and SQL are some of the subjects that will appear.
12 May 2015
Difference between substring and substr in JavaScript
substr takes parameters as (from, length). substring takes parameters as (from, to).
No comments:
Post a Comment