Watch a demo of different values of the strokeText() method.
Or click a specific value to see the result:
const c = document.getElementById('myCanvas'); const ctx = c.getContext('2d'); ctx.font='30px Arial'; ctx.strokeText('Hello World',20,50,100);