Skip to content

Commit 8013771

Browse files
authored
Update 10-operators.md
1 parent 8d951a9 commit 8013771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/English/10-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### ==========Operators==========
1+
# Operators
22

33
An operator is capable of manipulating a certain value or operand. Operators are used to perform specific mathematical and logical computations on operands. In other words, we can say that an operator operates the operands. In JavaScript operators are used for compare values, perform arithmetic operations etc. There are various operators supported by JavaScript:
44

0 commit comments

Comments
 (0)