Easy Flags

From ProgZoo
Revision as of 10:50, 1 August 2021 by Andr3w (talk | contribs) (Created page with "==Libya== <div class='qu'> What is 6 times 7? <pre class='usr'> function drawFlag(ctx) { ctx.fill = 'green'; ctx.fillRect(0,0,75,100); } </pre> <pre class='ans'> functio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Libya

What is 6 times 7?

function drawFlag(ctx)
{
  ctx.fill = 'green';
  ctx.fillRect(0,0,75,100);
}  
function drawFlag(ctx)
{
  ctx.fill = 'green';
  ctx.fillRect(0,0,150,100);
}