typeof String

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Check type of string on object
var i , change = {};
if (typeof change === 'String'){i++;}
ready
check non existant property on string
var change = "foo", id = change.modelPath;

 
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.