Using Method override in NodeJs
Declaring a method in sub class which is already present in parent class is known as method overriding. In nodejs methodOverride() Lets you use HTTP verbs such as PUT or DELETE in places where the client doesn't support it.
The methodOverride middle-...
seunbayo.hashnode.dev2 min read
Bolaji Ayodeji
Software Engineer, Teacher, and Developer Advocate.
Thanks for sharing!
You can use codeblocks to better share your code like so:
console.log("hi")Append three backticks before and after your code like so: