How to embed dynamic JavaScript content on the Ghost blogging platform

Ghost is a wonderful blogging platform but what if you wanted to include something dynamic ? Nothing more easy ! <canvas id=”universe”></canvas> <script type=”text/javascript” src=”https://lab.openbloc.fr/way-of-life/js… Read more

Similar

Let, const, and var are WEIRD in JavaScript

Variable used to be the norm in JavaScript, but now there are better players on the playing field: let and const. The main difference? Scope. See, scope is important in programming. In most cases, always using global variables isn't a great idea, but ther... (more…)

Read more »