JSFiddle - React, Tailwind, and code Playground

by Adam Kinnucane

JavaScript

function takingOptions (options) {
	alert(options.requestType)
}

takingOptions({requestType:"hello", pathDirectory: "/this" })