makee
Results
2
issues of
makee
the variable `tokens` was unused
```js var canvas = createCanvas(); var ctx = canvas.getContext('2d'); ctx.fillStyle = '#0ff'; ctx.fillRect(0, 0, canvas.width, canvas.height); ctx.shadowBlur = 4.0; ctx.shadowColor = 'red'; ctx.shadowOffsetX = 2.0; ctx.shadowOffsetY = 2.0; ctx.lineWidth =...