getify / A-Tale-Of-Three-Lists

Comparing various async patterns for a single demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The next() in dummy-data.js

maoyubin opened this issue · comments

commented

Is this correct about the function name next()?
Because I cannot find its declaration?
return text ? text[0].replace(/^\.\s+/,"") : next();