fjs.prop
fjs.prop returns a function that will return the value of any property name argument.
Usage
fjs.prop(propertyName);Example
fjs.prop("hello")({ "hello": "world" }); // => "world"fjs.prop returns a function that will return the value of any property name argument.
fjs.prop(propertyName);fjs.prop("hello")({ "hello": "world" }); // => "world"