<script type="text/javascript"> _spBodyOnLoadFunctionNames.push("loadScrip…
function rearrangeDate(dateString) { var numbers = dateString.substring(0,4); return dateSt…
always use === and !== instead of == and != alert('' == '0'); //false alert(0 =…
Javascript have two types of options for == and != === and !== === results as true !== res…
What is usage of strict ? Strict Mode is a new feature in ECMAScript 5 that allows you to place …
We have few option jQuery library lot option includes code based , depends on user experience …