Posts by Guilherme Rossetti Lima • 1 point
1 post
-
0
votes2
answers222
viewsA: How to create a javascript function to check whether a cookie has been saved or not?
The code of the checkCookie function you placed here is actually saving a new cookie. To read it you need to access the Document.cookie object, navigate the string until you find the desired index.…