var str = "123";
alert(str+"---"+typeof(str));
str = Number(str);
alert(str+"---"+typeof(str));
alert(str+"---"+typeof(str));
str = Number(str);
alert(str+"---"+typeof(str));
Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Feet/Inches ⇄...
No comments:
Post a Comment