Add short titles to articles

This commit is contained in:
Chalarangelo
2022-05-06 18:58:22 +03:00
parent 713be64d8c
commit 86557572db
4 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
title: What's the difference between :root and html in CSS?
shortTitle: :root vs html
type: story
tags: css,layout,selector
expertise: beginner

View File

@ -1,5 +1,6 @@
---
title: "Tip: Abort a fetch request in JavaScript"
shortTitle: Abort a fetch request
type: story
tags: javascript,function
expertise: intermediate

View File

@ -1,5 +1,6 @@
---
title: Creating HTML elements in JavaScript
shortTitle: Creating HTML elements
type: story
tags: javascript,browser
expertise: beginner

View File

@ -1,5 +1,6 @@
---
title: How can I remove trailing zeros from a number in JavaScript?
shortTitle: Remove trailing zeros from number
type: story
tags: javascript,math
expertise: beginner