We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508015d commit f29d56eCopy full SHA for f29d56e
templates/javascript/src/index.js
@@ -1,12 +1,12 @@
1
-function add(a, b) {
2
- // TODO: Implement add function
3
- return 0
+function add (a, b) {
+ // TODO: Implement add function
+ return 0
4
}
5
-const test = "asd"
+
6
if (require.main === module) {
7
- console.log(`2 + 3 = ${add(2, 3)}`)
+ console.log(`2 + 3 = ${add(2, 3)}`)
8
9
10
module.exports = {
11
- add
12
-}
+ add
+}
0 commit comments