One aspect i experienced... when trying out Javascript as a new language of Fun(tm) was .. that it actually was a moreof a WTF experience. Thought that was simply my own stupidity.. But now im rather convinced that i just stumbled upon those countless strange effects in js, when writing code with that one.... Just note an interesting read here, in case there are devs, whose experiencing the same WTF1 WTF2 as me and act some kind of frustrated when asked about "youKnowWhichLang". Have a look at the following snippet and make up your mind....
function laugh()
{
return
{
haha: "ha!"
};
}
laugh();
// returns undefined
function laugh() {
return { haha: "ha!" };
}
laugh();
// returns Object: { haha: "ha!" }
https://gist.github.com/yeco/308492
so .. Learn to cook JavaScript Granulars with ancient powers... :/ Vid
digged through half of those (really and absolutely facinating arg ..) janitorials i talked about previously. Enjoy theme.white ..
Ok..Thinking about divin some rounds in the void of my creativity now, to gather some strenght and ideas...
Maybe ill try to combine fixed Notebook LiPos to power a custom eBike ;=)
readya!