bsollenb54
bsollenb54
Hi Xiaoyao, I'm a big fan of this work! I'm curious if the transaction table has columns to support querying stated variables from a .sol when it's stamped onto an...
How would concatenate three strings? var 2 = "abc".toSlice().concat("def".toSlice().concat("ghi".toSlice())); What am I missing?
Hi kate-hall, I noticed the ~/tests/index.js file contains the following: _var changeTemperatureTestVars = { . . . Zone_Enabled: 1, Zone_Name: 'Zone 1', Zone_Number: 0, Zones_Installed: 1 I'm wondering where in...