How can I fix this problem ?
window.onload=function setup(){
createCanvas(200,200);
}
window.onload=function draw (){
background(55);
}
I included the javascript file in the html page when I run html page does not show my canvas is there a syntax error ?