SPECIFICATIONS
Brand Name: NoEnName_Null
Specific Use: Garden Set
General Use: Outdoor Furniture
Appearance: Antique
Item Dimensions LxWxH: 107 x 53.5 x 28 inches
Item Weight: 157.5 Pounds
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 });