Please, how do I run a piece of Javascript code in R Studio? I have created a Javascript file, and in it, I have the code below I want to run:
if(true){
let x = 5;
var y = 3;
}
However, I do not know how to run this code in R Studio. Does anybody know, please?