FACN1 / week4-hibas-angels

Week 4 project repo for Hiba's Angels
0 stars 0 forks source link

Browser support? #31

Closed mantagen closed 7 years ago

mantagen commented 7 years ago

Seems to be a bit limited.

eg. https://github.com/FACN1/week4-hibas-angels/blob/master/src/server.js#L20

https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith

mantagen commented 7 years ago

And https://github.com/FACN1/week4-hibas-angels/blob/master/src/server.js#L71

https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/includes

mantagen commented 7 years ago

@macintoshhelper made a good point that this code is not going to be running on the client, as it is server side code. Nice one, both are supported in node.js