JavaScript Beginners Tutorial 7 | Operators - Arithmetic Operators

preview_player
Показать описание
What is an Operator
An operator is a symbol that usually represents an action or process
Let sum = 10 + 20
= Assignment Operator
+ Arithmetic Operator (addition)

Operators
Arithmetic Operators
Assignment Operators
Comparison Operators
Logical Operators
Type Operators
Bitwise Operators

Arithmetic Operator
+ Addition
- Subtraction
* Multiplication
/ Division
% Modulus (Remainder of Division)
** Exponential
++ Increment
-- Decrement

#JavaScript #BeginnerTutorials
------------ UI TESTING ------------

------------ API TESTING ------------

------------ MOBILE TESTING ------------

------------ CI | CD | DEVOPS ------------

------------ VERSION CONTROL SYSTEM ------------

------------ PERFORMANCE TESTING ------------

------------ PROGRAMMING ------------

------------ IDE ------------

------------ MAVEN ------------

------------ OTHERS ------------

Keep Learning,
Raghav

You can support my mission for education by sharing this knowledge and helping as many people as you can.
Комментарии
Автор

Its being kind of revision of Java operations and got cleared that same were used in JavaScript also. Thanks for the simple but useful video 👍 😊

SarangHoley
Автор

Thanks for explaining very well about Operators

mayankjain
Автор

your videos are really very helpful, I tried this program, there is no error but I could not see the output in the output window, I can see the Running command line and [Done] command line as well, but not the output, i tried to modify in the settings as well, still no luck, can u suggest me any solution . thanks

archanas
Автор

Raghav, do you have any video how to set up eclips for BDD testing from scratch, kindly help

TOBongExpress
Автор

Thank you Raghav for your tutorials. I keep on getting this error in output : /bin/sh: node: command not found, I made sure I have extension for Code Runner installed, what else could be the reason?

LSV
Автор

Heloo Ragav im facing this issu...
'node' is not recognized as an internal or external command,
operable program or batch file.

pegaproject
Автор

Raghav why console.log doesn't print any thing in Visual Sudio Code output tab. Your video prints the value. What I am missing ? It just prints [Running] node "/Users/Venkat/Documents/VS Code/operators.js" [Done] exited with code=0 in 0.049 seconds

rich-rithikcharvi
Автор

How do I run in in the output like you did here, not seeing that play symbol.

thisizavian
Автор

Good video. But I request you this all can be lean from the websites what people are looking for in automation is DevOps, come up with some small and usefull practical examples of like Docker installation, usage of it, implement to run Selenium Java scripts on containers, enhancing the Selenium Grid with Docker and run on multiple containers, that's the challenging task what people are interested and looking for, how many guys agrees on this, give thumbs up, no doubt you're videos are very good and the way you describe, but people's demands as in automation are something different as per the trend.

nikhilgupta