Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Unified Diff: docs/javascript.md

Issue 1347153006: [Docs] Add wiki content to Markdown docs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: docs/javascript.md
diff --git a/docs/javascript.md b/docs/javascript.md
new file mode 100644
index 0000000000000000000000000000000000000000..f3a501b9854ab1832ddd8fc593c3fb3327bdee9d
--- /dev/null
+++ b/docs/javascript.md
@@ -0,0 +1,6 @@
+# Introduction
+
+JavaScript is a dynamically typed scripting language universally used to
+script web content in browsers.
+
+Its specification by ECMA can be found [here](http://www.ecma-international.org/publications/standards/Ecma-262.htm).

Powered by Google App Engine
This is Rietveld 408576698