Closed JoshuaKGoldberg closed 1 year ago
Has users rewrite an announceMachine function so that it:
announceMachine
let
const
var
...
arguments
for
of
`
+
Also fixes up some testing around the project, while I'm here.
PR Checklist
Overview
Has users rewrite an
announceMachine
function so that it:let
andconst
instead ofvar
for variables...
spread for arguments instead ofarguments
for
-of
loop instead of a loop`
template string literal concatenation instead of+
Also fixes up some testing around the project, while I'm here.