Sarah Ciston commited on
Commit
7f1b310
·
1 Parent(s): 9a34484

why isn't it working

Browse files
Files changed (1) hide show
  1. sketch.js +5 -5
sketch.js CHANGED
@@ -226,13 +226,13 @@ new p5(function(p5){
226
 
227
  // describe(``)
228
  // TO-DO alt-text description
229
-
 
 
 
230
  }
231
 
232
- function test(){
233
- console.log('did something')
234
- console.log(promptInput.value())
235
- }
236
 
237
  // var modelResult = promptButton.mousePressed(runModel) = function(){
238
  // // listens for the button to be clicked
 
226
 
227
  // describe(``)
228
  // TO-DO alt-text description
229
+ function test(){
230
+ console.log('did something')
231
+ console.log(promptInput.value())
232
+ }
233
  }
234
 
235
+
 
 
 
236
 
237
  // var modelResult = promptButton.mousePressed(runModel) = function(){
238
  // // listens for the button to be clicked