SPECIFICATIONS
Brand Name: NoEnName_Null
Type: Bedroom Furniture
Specific Use: Bedroom Set
General Use: Home Furniture
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 });