mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
Add base for exercise for others languages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
define(function() {
|
||||
return {
|
||||
id: "javascript",
|
||||
assertCode: "function assert(condition, message) { \nif (!condition) { \n throw message || \"Assertion failed\"; \n } \n }\n",
|
||||
REPL: JSREPL
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user