JSFiddle - React, Tailwind, and code Playground
JavaScript
function takingOptions (options) {
alert(options.requestType)
}
takingOptions({requestType:"hello", pathDirectory: "/this" })
function takingOptions (options) {
alert(options.requestType)
}
takingOptions({requestType:"hello", pathDirectory: "/this" })