Difference between revisions of "User:WikiTest789/Sandbox"

From DeFiChain-Wiki
(Create sandbox)
 
(Edit sandbox)
Line 1: Line 1:
Initial sandbox content for testing.
+
// This is my sandbox
 +
var x = 1;
 +
console.log('hello from sandbox');

Revision as of 17:31, 10 July 2026

// This is my sandbox var x = 1; console.log('hello from sandbox');