this plugin support both socre (highest score) and time (lowest time).
(added time example capture)
as for score , this is equal to westorage in ease (or westorage is much easier).
but (1) this plugin powers up if applied to time (lowest time).
plugin's "Record Is not lower than" encapsulates the following code in javascript.
...
return (record==0) || (record > time);
record==0 condition (0 threshold) is not easy to think of.
(2) this plugin don't need to invent westorage's key naming (just create Record Object).
and as for many kind of difficulties, just use as this RecordBeginner,RecordIntermediate,RecordExpert. (don't need to invent westorage's key naming)
i think this two advantages are useful.
if i missed , guide me.
thanks.