Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d557341

Browse files
authored
Merge pull request #1 from D3TOX143/patch-3
Update 01-Javascript-Engine.md
2 parents da9eca8 + bd2b067 commit d557341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎01-Javascript-Engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ JavaScript engine is a software or a program responsible to run our JavaScript c
3737

3838
## Inside the JavaScript Engine
3939

40-
Computers can only understand binary (0s and 1s) which is the reason our computer program needs to be converted into machine code. We convert our program into machine code via compilation or interpretation.
40+
Computers can only understand binary (0s and 1s) which is the reason our computer program needs to be converted into binary which is also called machine code. We convert our program into machine code via compilation or interpretation.
4141

4242
#### Compilation
4343

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /