I know that creating DOM elements in Javascript is pure.
const element = document.createElement(\'div\') // createElement is a pure function