Intellipaat Back

Explore Courses Blog Tutorials Interview Questions

Explore Tech Questions and Answers

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

0 votes
2 views
by (1.5k points)
Can someone explain typeof() operator working in Javascript ?

1 Answer

0 votes
by (1.4k points)

Like any other programming language JavaScript too has variety of operators

All the operators that are present in the JavaScript are mentioned below: 

  1. JavaScript Arithmetic Operator 

  1. JavaScript Assignment Operator 

  1. JavaScript StrinOperator 

  1. Comparison Operator 

  1. Conditional (Ternary) Operator 

  1. Logical Operator 

  1. JavaScript Bitwise Operator 

  1. The typeof Operator 

  • The typeof Operator: The typeof operator returns the type of a variable, object, function or expression 

Related questions

0 votes
1 answer
0 votes
1 answer
asked Feb 17, 2021 in Java by Harsh (1.5k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...