Movatterモバイル変換


[0]ホーム

URL:


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

Commitf238467

Browse files
committed
add some popular javascript engines
1 parent4e684cf commitf238467

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎engine.md‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
#Javascript Engine:
22

3-
javascript is an interpreted programming language, which means it will run through a program whenever it needs to be executed, the program will interpret the javascript code, and probably compile it during runtime to machine code, this program is the engine, one of the most known engines is v8 engine, that is used in both chrome browser and node js runtime environments.
3+
javascript is an interpreted programming language, which means it will run through a program whenever it needs to be executed, the program will interpret the javascript code, and compile it during runtime to machine code, this program is the engine, one of the most known engines is v8 engine, that is used in both chrome browser and node js runtime environments.
4+
5+
##Some of the popular javascript engines:
6+
7+
| Engine| Used in| written in|
8+
|---|---|---|
9+
| v8| Chrome browser, node runtime environment| C++|
10+
| JavascriptCode| Safari browser, React Native||
11+
| SpiderMonkey| Firefox||
412

513

614

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp