<!DOCTYPE html>
<html>
<body>
<script>
var x = 2 + 3 + "5";
alert(x); // 55
</script>
</body>
</html>
Most Helpful This Week
JavaScript simple alert on Click
How to the length of the longest word in the provided sentence?
Highlight and get the details of table row on click using JavaScript
jQuery Show or Hide text on button click
jQuery simple form validations between start date and end date
ES6 method of declaration multiple variables in one line