Practice
Interview Problems
Top Problem Lists
Guided Paths
Interview Prep
Interview Experiences
Interview Bundles
Mock Interviews
Challenges
New
Mock Test Series
Contests
Knowledge Centre
New
Library
Videos
Community
New
Campuses
Public Discussions
Login
Back to home
Variables and Operators
Module
Variables, Data Types and Operators
0% completed
Variables and Data Types
Operators
Integer Plus Char
Number Minus Char
Increment and Decrement
Scopes, let and const
0% completed
Scopes, let and const
const pi
var vs let
let redeclaration
let redeclaration 2
Interview Questions
Report an issue
Basics Of Javascript
Integer Plus Char
What will the below line print on the console?
console.log(1 + '1')
Options:
98
11
2
Show error - 'TypeMismatch'
Submit
Change Theme