Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Advanced JavaScript Tutorial in Hindi [Part 97] - JavaScript Cookies (Create, Read and Delete)
Play lesson

JavaScript Tutorial in Hindi - Advanced JavaScript Tutorial in Hindi [Part 97] - JavaScript Cookies (Create, Read and Delete)

4.0 (0)
6 learners

What you'll learn

This course includes

  • 23.5 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

#Javascript #Tutorial #Hindi Link for Complete JavaScript Tutorial in Hindi for Beginners: https://www.youtube.com/playlist?list=PLjpp5kBQLNTSvHo6Rp4Ky0X8x_MabmKye Link for Complete HTML and CSS Tutorial in Hindi for Beginners: https://www.youtube.com/playlist?list=PLjpp5kBQLNTSdLVVjU_kea8J8lP24ZseT In this video i will talk about how to create, edit, read and delete cookies in JavaScript. Cookies let you store user information in web pages. Cookies are data, stored in small text files, on your computer. When a web server has sent a web page to a browser, the connection is shut down, and the server forgets everything about the user. Cookies were invented to solve the problem "how to remember information about the user": When a user visits a web page, his/her name can be stored in a cookie. Next time the user visits the page, the cookie "remembers" his/her name. When a browser requests a web page from a server, cookies belonging to the page are added to the request. This way the server gets the necessary data to "remember" information about users. The Document property cookie lets you read and write cookies associated with the document. It serves as a getter and setter for the actual values of the cookies. Please subscribe to watch more videos like this: https://www.youtube.com/channel/UCWCGvAu1NDCldmLasELk62g?sub_confirmation=1

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere