Concept

JavaScript Code Nodes on 1Cademy

You can write JavaScript code in a code node. For this purpose, you should enter your code in triple backthicks (```). You should proceed the beginning backticks with the string "js". For example,

document.getElementById("demo").innerHTML = "Hello JavaScript"; console.log(1234);

0

1

Updated 2021-04-14

Tags

1Cademy