Processing JS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Processing JS

I was wondering if there's a way to get PJS in the coding playground? I'm most experienced with this and it's my favorite coding language. There isn't a course on it here, and you can't switch the coding playground to PJS, so is there a way to put it in HTML? I know there is, just no one has been able to properly explain it to me. Would that work with the coding playground or no?

19th Dec 2018, 2:15 PM
Misha
Misha - avatar
3 Answers
+ 5
https://repl.it/EW5z/7 Note:-online editor
19th Dec 2018, 2:24 PM
Charan Leo25
Charan Leo25 - avatar
+ 5
Misha YES. You can run p5.js in SoloLearn: Add this to the head tag: <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/addons/p5.dom.min.js"></script>
19th Dec 2018, 6:06 PM
Ikechukwu Okonkwo
Ikechukwu Okonkwo - avatar
+ 1
Ochrona
30th Dec 2018, 12:18 AM
Krzysztof Wiśniewski
Krzysztof Wiśniewski - avatar