This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Need to ensure its desktop and chrome browser only | |
* Crate CONFIG object that holds the constant value | |
* Create timer function that trigger show modal function | |
* after 30 seconds of inactivity | |
* | |
* add Event listener for mousemove, click and keypress | |
* * Show modal function should check if the cart empty or not | |
* * if empty, do nothing. It item present trigger modal with last item | |
* create show modal function to render html |
OlderNewer