From bf83b15e1d1f09e17cea8f4ff92a275dcd2c7c66 Mon Sep 17 00:00:00 2001 From: Lavrentiy Rubtsov Date: Wed, 4 May 2022 00:39:19 +0600 Subject: [PATCH] remove one extra break line --- 6-data-storage/01-cookie/article.md | 1 - 1 file changed, 1 deletion(-) diff --git a/6-data-storage/01-cookie/article.md b/6-data-storage/01-cookie/article.md index 2667b694..b8884945 100644 --- a/6-data-storage/01-cookie/article.md +++ b/6-data-storage/01-cookie/article.md @@ -282,7 +282,6 @@ Here's a small set of functions to work with cookies, more convenient than a man There exist many cookie libraries for that, so these are for demo purposes. Fully working though. - ### getCookie(name) The shortest way to access a cookie is to use a [regular expression](info:regular-expressions).