fack2 / master-reference

A master reference for the running of Founders and Coders
0 stars 2 forks source link

update node intro codealong #13

Closed eadehemingway closed 5 years ago

eadehemingway commented 5 years ago

change if (url.indexOf("/public") !== -1) to

if (url.includes('public'))

eadehemingway commented 5 years ago

done