var c = document.getElementById('rect');
var context = c.getContext('2d');
context.fillStyle= '#C0C0C0';
context.fillRect(10,20,180,100);
var c = document.getElementById('rect');
var context = c.getContext('2d');
context.fillStyle= '#C0C0C0';
context.fillRect(10,20,180,100);
For further actions, you may consider blocking this person and/or reporting abuse
Sayem Chowdhury -
Danial Ranjha -
sugiarto -
Prince -
Top comments (0)