<!DOCTYPE html>
<html>
<body>
<script>
var x = 2 + 3 + "5";
alert(x); // 55
</script>
</body>
</html>
Most Helpful This Week
jQuery check if an element is visible or hidden
How to change the height of Textarea on click?
JavaScript calculate Fahrenheit from Celsius
Write a function that splits an array into groups the length of size and returns them as a two-dimensional array
JavaScript check if first string contains all characters of second string
Highlight and get the details of table row on click using JavaScript