This project explicitly says Node. But in any case, these days I generally recommend using Babel to transpile the newer JS to browser friendly JS as the productivity and readability improvements in newer versions of JS are worth the effort to me to set up the babel build step.
current projects are a lot easier if you can use modern syntax that will eventually be supported in future projects, and which can be transpiled in either way