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?
12/19/2018 2:15:35 PM
Misha4 Answers
New AnswerMisha 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>
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message