<!DOCTYPE html>
<html>
<body>
<script>
var x = 2 + 3 + "5";
alert(x); // 55
</script>
</body>
</html>
Most Helpful This Week
How to build simple tabs with jQuery?
Check if a string ends with the given target string
How can I redirect the user from one page to another using jQuery or pure JavaScript?
Using jQuery add new table row on click
How to set checkbox and radio option checked on load with jQuery?
How to get selected text from a select box using jQuery?