Get Mystery Box with random crypto!

اسنیپت ساده برای گرفتن length داده؛ JavaScript: let input = | DefenyX

اسنیپت ساده برای گرفتن length داده؛

JavaScript:
let input = "Hello World",
iLength = 0;
for (; input[iLength] != undefined; ) {
iLength++;
}
console.log(iLength);

Go (lang):
func main() {
const input = "Hello World!"
var iLength int = 0
for iteration := range input {
iLength = iteration
}
log.Default().Println(iLength)
}

#Dummy
#Yummy
#Snippet
#InfoPedia

: @WeedRoller
: @DeFeNyx