Manipulate the URL string
Thu Sep 22 2022 20:47:23 GMT+0000 (Coordinated Universal Time)
Saved by @zaccamp #javascript
Ex.) http://localhost:3001/post/1 splits a URL into array at the '/' character, then grabs the 1 as the last item in the array
Thu Sep 22 2022 20:47:23 GMT+0000 (Coordinated Universal Time)
Saved by @zaccamp #javascript
Ex.) http://localhost:3001/post/1 splits a URL into array at the '/' character, then grabs the 1 as the last item in the array
Comments