Closed mantagen closed 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
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
@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
node.js
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