LearningWebAppDev icon indicating copy to clipboard operation
LearningWebAppDev copied to clipboard

Page 200 tweet.indexOf

Open pgonzaleznetwork opened this issue 8 years ago • 0 comments

In page 200 we see the following code

if(tweet.indexOf())

This will fail, it should be

if(tweet.text.indexOf())

pgonzaleznetwork avatar Jun 12 '16 13:06 pgonzaleznetwork