My program won’t store cookies. [Kind of duplicate]

I am trying to do cookies in JavaScript but when I run the snippet from W3 in Visual Studios but it won’t work. I’ve even tried the one from [Mozilla] (https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie) too.

I’ve ran the snippet several times, and no such luck. I’ve tried it on a new tab. Still have nothing. I have tried setting document.cookie to something like what mozilla says you can do but it doesn’t work.