PHP Classes

File: public/asset/js/pages/lab.js

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/js/pages/lab.js   Download  
File: public/asset/js/pages/lab.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 177 bytes
 

Contents

Class file image Download
var c = document.getElementById("myCanvas"); var ctx = c.getContext("2d"); function drawLine() { ctx.moveTo(0, 0); ctx.lineTo(500, 100); ctx.stroke(); } drawLine();