Spark
X
Learn
Online Programs
On Campus Programs
Make Money
Masterclass
Free Resources
Alumni
Blog
Hub
JAVASCRIPT Compiler
Run Code
Run
Languages
PYTHON
JAVA
JAVASCRIPT
CPP
C
HTML
CSS
SQL
Editor
Output
main.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
console.log("Welcome to JavaScript Compiler!"); const arr = [1, 2, 3, 4]; const sum = arr.reduce((a, b) => a + b, 0); console.log("Sum:", sum);
Execution Output
Clear
Click "Run Code" to compile and execute...