---
title: "What will be result of 2 5 \"8\"?"  
description: "What will be result of 2 5 \"8\"?"  
author: "Anonymous User"  
published: 2011-02-28  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/360/what-will-be-result-of-2-5-8  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# What will be result of 2 5 "8"?

Since 2 and 5 are integers, this is number arithmetic, since 8 is a string, it’s concatenation, so 78 is the result.

## Answers

### Answer by Anonymous User

Since 2 and 5 are integers, this is number arithmetic, since 8 is a string, it’s concatenation, so 78 is the result.


---

Original Source: https://www.mindstick.com/interview/360/what-will-be-result-of-2-5-8

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
