Simon trying out the D3 library
Simon spent hours studying the D3 library on Sunday, it’s a very popular JavaScript library using SVG images he had never tried before. He also found it great how the … Continue reading Simon trying out the D3 library
a homeschooling blog about Simon, a young mathematician and programmer, and his little sister Neva. Visit https://simontiger.com
Simon spent hours studying the D3 library on Sunday, it’s a very popular JavaScript library using SVG images he had never tried before. He also found it great how the … Continue reading Simon trying out the D3 library
Simon spent his Sunday morning programming SVG (scalable vector graphics, a file format for static and dynamic vector images in XML) elements. The code (from w3schools) largely relies on coordinates, … Continue reading SVG shapes
In this video Simon explains the method of querySelectorAll in JavaScript. He used it for a SVG challenge from LearnWebCode. Unfortunately, after several hours of work, when he was nearly there, the … Continue reading Focus on the process