Coderbyte

PHOTO EMBED

Sat Dec 02 2023 09:25:02 GMT+0000 (Coordinated Universal Time)

Saved by @yash89

Whats is the output of the following code snippet?


<script type="text/javascript">

var x = 4 + "4";

console.log(x);

</script>
content_copyCOPY

https://coderbyte.com/candidate-assessment#submitted_code_solution