python Python dynamically executes code to modify namespaces December 14, 2023 by Janet Lord No Comments Sometimes, though, we do want dynamic code to generate some local or global definition -- such as a variable name -- that the original code... Read More
javascript ES6 new syntax (1) — let, const, var differences December 14, 2023 by Rachael Hart No Comments ES6, short for ECMAScript 6.0, is the next generation standard for the JavaScript language, which was officially released in June 2015. The goal is to... Read More