HTML games programming from the ground up: Data with JSON Published by Laurence Scotford on August 30, 2020 You can see an index of all the posts in this series: go to index. If you want to review my progress, here are the files … Read more
A simple JavaScript singleton pattern Published by Laurence Scotford on August 24, 2020 There are a number of different approaches that can be taken to creating singleton patterns in JavaScript – this one is both simple and effective … Read more