[deleted] there are ways to embed CSS into a JavaScript file (some frameworks like Vue.js do that by default with webpack), so if you count that and the fact that the 2 JS files could be merged into one, you could actually get to a single JS file and no CSS files. I guess that's what it refers to, but it's quite extreme.