Computer Science, asked by sahilhn0506, 1 year ago

Applications of touch switch using ic 555

Answers

Answered by kanishkatiwary2204
0

c=document.getElementById("myCanvas");

var ctx=c.getContext("2d");

ctx.beginPath();

ctx.moveTo(0,0);

ctx.lineTo(300,150);

ctx.stroke();

Similar questions