Want to dominate the DOM? Ditch appendChild() in favor of append()! The latter is variadic, automatically turns strings into text nodes, and has a shorter name to boot!
Want to dominate the DOM? Ditch appendChild() in favor of append()! The latter is variadic, automatically turns strings into text nodes, and has a shorter name to boot!