Skip to content

Commit

Permalink
update new line
Browse files Browse the repository at this point in the history
  • Loading branch information
fajarsj committed Oct 23, 2021
1 parent 09cb435 commit bd0a07a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion javascript/018-how-operators-work-in-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ categories:

# How Operators work in Javascript

Before we dive deep even futher let's get to know what is operators. Operator is a special function that is written differently than a regular function, Generally operator take two parameters and return one result.
Before we dive deep even futher let's get to know what is operators.

Operator is a special function that is written differently than a regular function, Generally operator take two parameters and return one result.

Lets say you want to create a variable

Expand Down

0 comments on commit bd0a07a

Please sign in to comment.