<!DOCTYPE html>
<html>
<body>
<script>
var x = 2 + 3 + "5";
alert(x); // 55
</script>
</body>
</html>
Most Helpful This Week
jQuery simple form validations between start date and end date
JavaScript example to change image on click
How to show hide option list items using jQuery?
How to change text color on click using JavaScript?
jQuery get the coordinates of div clicked
ES6 method of declaration multiple variables in one line