SPECIFICATIONS
Brand Name: MOCCSOCC
Origin: US(Origin)
p cloth for simple maintenance
- Perfect for backyard, patio, poolside, balcony, porch or garden use
1 // Velo API Reference: https://www.wix.com/velo/reference/api overview-introduction 2 3 $w.onReady (function ( ) { 4 5 // Write your Javascript code here using the Velo framework API 6 7 // Print hello world: 8 // console.log("Hello world!"); 9 10 // Call functions on page elements, e.g.: 11 // $w("#button1). label = "Click me!"; 12 13 // Click "Run", or Preview your site, to execute your code 14 15 });