SPECIFICATIONS
Brand Name: NoEnName_Null
Is Bulbs Included: No
Origin: US(Origin)
Item Type: Floor Lamps
Switch Type: BUTTON SWITCH
Style: Modern Style
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 });