From b477fbac1941dcfd4415727376c3a9cd2fd7835f Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Wed, 8 Sep 2021 11:41:56 +0300 Subject: [PATCH] Retag articles Use more appropriate types where applicable. --- blog_posts/detect-caps-lock-is-on.md | 2 +- blog_posts/javascript-ternary-operator.md | 2 +- blog_posts/javascript-truthy-falsy-values.md | 2 +- blog_posts/javascript-var-let-const.md | 2 +- blog_posts/python-fstrings-str-format.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blog_posts/detect-caps-lock-is-on.md b/blog_posts/detect-caps-lock-is-on.md index d2f26f8fd..b3442bdad 100644 --- a/blog_posts/detect-caps-lock-is-on.md +++ b/blog_posts/detect-caps-lock-is-on.md @@ -1,6 +1,6 @@ --- title: How can I detect if Caps Lock is on with JavaScript? -type: story +type: question tags: javascript,browser,event authors: chalarangelo cover: blog_images/keyboard.jpg diff --git a/blog_posts/javascript-ternary-operator.md b/blog_posts/javascript-ternary-operator.md index f739a322e..f1d2b76b9 100644 --- a/blog_posts/javascript-ternary-operator.md +++ b/blog_posts/javascript-ternary-operator.md @@ -1,6 +1,6 @@ --- title: What is the ternary operator and how do I use it? -type: story +type: question tags: javascript,condition authors: maciv cover: blog_images/red-succulent.jpg diff --git a/blog_posts/javascript-truthy-falsy-values.md b/blog_posts/javascript-truthy-falsy-values.md index 30e8d9ca0..c98201fa4 100644 --- a/blog_posts/javascript-truthy-falsy-values.md +++ b/blog_posts/javascript-truthy-falsy-values.md @@ -1,6 +1,6 @@ --- title: What are truthy and falsy values in JavaScript? -type: story +type: question tags: javascript,type,comparison authors: chalarangelo cover: blog_images/little-bird.jpg diff --git a/blog_posts/javascript-var-let-const.md b/blog_posts/javascript-var-let-const.md index 842da7aad..93ee178e8 100644 --- a/blog_posts/javascript-var-let-const.md +++ b/blog_posts/javascript-var-let-const.md @@ -1,6 +1,6 @@ --- title: What are the differences between var, let and const in JavaScript? -type: story +type: question tags: javascript,type,variable authors: chalarangelo cover: blog_images/highlands.jpg diff --git a/blog_posts/python-fstrings-str-format.md b/blog_posts/python-fstrings-str-format.md index 1195189d8..b1807a256 100644 --- a/blog_posts/python-fstrings-str-format.md +++ b/blog_posts/python-fstrings-str-format.md @@ -1,6 +1,6 @@ --- title: "Tip: 2 ways to format a string in Python" -type: story +type: tip tags: python,string authors: maciv cover: blog_images/feathers.jpg