How to delete duplicate Rows from Table using SQL Query
As developer, you may have come across this situation when you need to delete duplicate rows from table. (more…)
Trim Javascript String : Remove space at starting or ending of string
You can do trim of any javascript string by below function. (more…)
Trim Array in Javascript: Trim elements of an array in Javascript
If you want to trim elements of an array such that All elements of array should not have space at…