Javascript Create Cookie JavaScript June 13, 2022 Pramod T P Leave a comment The simplest way of creating a cookie using JavaScript is as below: document.cookie = “key1 = value1; key2 = value2; expires = date”;