Fix tags, languages and templates

This commit is contained in:
Angelos Chalaris
2023-05-07 12:49:46 +03:00
parent 5c913d20bd
commit 2ecadbada9
245 changed files with 479 additions and 240 deletions

View File

@@ -2,7 +2,8 @@
title: JavaScript naming conventions
shortTitle: Naming conventions
type: story
tags: [javascript,variable,cheatsheet]
language: javascript
tags: [variable,cheatsheet]
author: chalarangelo
cover: naming-conventions
excerpt: Naming conventions make code easier to read and understand. Learn how to name your variables in JavaScript with this handy guide.