Skip to content

Commit 6bb832e

Browse files
ponchiquegithub-actions[bot]hamishwilleeJosh-Cena
authored
docs(javascript engine): add engine names explicitly (#36716)
* docs(javascript engine): add engine names explicitly * Update files/en-us/glossary/engine/javascript/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update javascript engine * Update files/en-us/glossary/engine/javascript/index.md * Update javascript engines * Update files/en-us/glossary/engine/javascript/index.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hamish Willee <[email protected]> Co-authored-by: Joshua Chen <[email protected]>
1 parent 5bdcf72 commit 6bb832e

File tree

1 file changed

+7
-0
lines changed
  • files/en-us/glossary/engine/javascript

1 file changed

+7
-0
lines changed

files/en-us/glossary/engine/javascript/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,16 @@ In a browser, the JavaScript engine operates together with the rendering engine
1212

1313
Do not confuse JavaScript engines with {{glossary("engine/rendering", "rendering engines")}}, which are also crucial parts of browsers.
1414

15+
Common JavaScript engines include:
16+
17+
- [V8](https://v8.dev/)
18+
- [SpiderMonkey](https://spidermonkey.dev/)
19+
- [JavaScriptCore](https://developer.apple.com/documentation/javascriptcore)
20+
1521
## See also
1622

1723
- [JavaScript engine](https://en.wikipedia.org/wiki/JavaScript_engine) on Wikipedia
24+
- [JavaScript implementations](/en-US/docs/Web/JavaScript/JavaScript_technologies_overview#javascript_implementations)
1825
- Related glossary terms:
1926
- {{glossary("Engine")}}
2027
- {{glossary("JavaScript")}}

0 commit comments

Comments
 (0)