1) Copy & past above snippet to the test/array.find.js
2) Enter to the terminal npx metatests test/array.find.js
In my opinion, method find should have sequential (series) semantics. Otherwise, we will obtain unpredictable search result depends on non deterministic delay of non-blocking operation
1) Copy & past above snippet to the
test/array.find.js
2) Enter to the terminalnpx metatests test/array.find.js
In my opinion, methodfind
should havesequential (series)
semantics. Otherwise, we will obtain unpredictable search result depends on non deterministic delay of non-blocking operation