A code repository storing code written (or code similar to) for work to help with clients.
The following folder contains several functions to collect user demographic data.
The following function retrieves the user browser information and returns it.
\**
* @name browserDetail
* @desc Get the browser that the user is using and send it to the appropriate user ID info *\
function browserDetail()
The following function retrieves the device detail of the user and returns it.
/**
* @name deviceDetail
* @desc The function retreives the user's device type and returns it
* @deviceType - Values - "PC", "SP", "Tablet", "TV", "Other"
* @return deviceType
*/
A folder containing function written to help meet tasks requested by different clients I am working with.