Function: isTablet()
function isTablet(): boolean;
Checks if the device is a tablet (min-width: 768px and max-width: 1024px).
Returns
boolean
function isTablet(): boolean;
Checks if the device is a tablet (min-width: 768px and max-width: 1024px).
boolean