The article uses jsFiddle while the legal disclaimer on JSFiddle reads JSFiddle. The announcement of "The Lifting" uses JSFiddle. Meanwhile, the documentation can't make up its mind:
One of the things that bugs me about JSFiddle is that I can't do console.log and have it show up somewhere other than my console. Would be nice if I could replace the HTML/CSS windows with a JS console for JS-only development.
I've just started to use Node interactive mode instead, which works fine but doesn't let me side load scripts easily.
Another thing is that jsbin supports live-reload editing of html & css. For jsfiddle I have to hit RUN every time I edit HTML / CSS.
Long time ago, when I was accumulating my stack overflow reputation, I used to do demos with jsfiddle. Back then I remembered how I switched to jsbin, which was so much faster and has a console.log panel which makes it even superior ( not to mention it's open source ).
Anyway jsfiddle has it's place in the history and kudos for the team that supports it.
8 comments
[ 3.2 ms ] story [ 34.1 ms ] threadI remember it spelled jsFiddle
It seems they changed it to JSFiddle
/begin edit
The Medium post uses JSFiddle: https://medium.com/jsfiddle-updates/the-lifting-cb3c9f216c2f...
I think it's safe to assume it has been changed to JSFiddle.
/end edit
More on topic: I'll have to see if there was anything new besides a facelift. Personally using Codepen atm.
I've just started to use Node interactive mode instead, which works fine but doesn't let me side load scripts easily.
At least give people a choice of light vs. dark?
Another thing is that jsbin supports live-reload editing of html & css. For jsfiddle I have to hit RUN every time I edit HTML / CSS.
Long time ago, when I was accumulating my stack overflow reputation, I used to do demos with jsfiddle. Back then I remembered how I switched to jsbin, which was so much faster and has a console.log panel which makes it even superior ( not to mention it's open source ).
Anyway jsfiddle has it's place in the history and kudos for the team that supports it.