@ruberad's problem(check the version)

@ruberad

That's awesome! How can we check inside Snap! What version is in effect?

report call JSF(){return new List(document.title.split(" ")[1].split("."))}
Unless jens updated to 6.2.5 without changing the title...

instead you can just click on the snap logo and then click about.

also what @bh said, just look at the title bar of the browser

It just checks the title bar :slight_smile:
Get the title(Snap 6.2.4 Build Your Own Blocks)->split by space(Snap,6.2.4,Build,Your Own,Blocks)->second item(6.2.4)->split by dot(6,2,4)->convert to list(list(6 2 4))->return