Vocapedia
Log inTry for Free

Looking up...

Explore

  • Words of the Year
  • Recent Lookups
  • Community Collections
  • How to Say

Dictionaries

  • English
  • Vietnamese
  • Japanese
  • Chinese
  • Spanish
  • French
  • Korean
  • German
  • Hindi
  • Italian

MY LEARNING

  • My Dictionary
  • My Collections
  • Reviews

Resources

  • Learning Resources
  • How It Works
  • Study Guides
  • Language Tips
  • FAQ
  • Getting Started
  • For Individuals
  • For Teachers

Community

  • Forum
  • Blog
  • Help Center
  • Partnerships

About

  • About Vocapedia
  • Contact Us
  • Feedback

Legal

  • Terms of Use
  • Privacy Policy
  • Cookie Policy
  • Accessibility
  • GDPR Compliance
© 2026 Vocapedia. All rights reserved.
  1. Home /
  2. Dictionaries /
  3. English Dictionary /
  4. variable declaration

variable declaration

/ˈveəriəbəl dɪˈklɛəɹeɪʃən/
defining a variable in programming

In JavaScript, you declare a variable using the 'let' keyword.

This example shows how to create a variable in JavaScript.


Technology
technical

The process of creating a named storage location in a programming language to hold data.

Before using a variable, you must declare it in the code.

This means you need to define the variable before assigning a value to it.

Variable declarations are fundamental in programming and vary by language syntax.

Collocations

declare a variableto create a variable in codevariable initializationassigning a value to a variable when declaring it

Synonyms

variable definitionvariable creation

Related Phrases

variable assignmentphrase
giving a value to a declared variable
scope of a variablephrase
the region of code where a variable is accessible

Pro Tip

Variable Naming

Use descriptive names for variables to improve code readability.

Gold Rule

Declaration Before Use

Always declare a variable before using it in code.

Word Origin

From 'variable' (Latin 'variabilis', meaning 'changeable') + 'declaration' (Latin 'declaratio', meaning 'statement').

Usage Notes

In programming, variable declarations typically include the variable's name and data type.

Word Breakdown

variable
a storage location for data
root
+
declaration
the act of formally stating or defining
root
English Dictionary
Browse more English→English words →

Learning Progress

Track your learning journey!

• Save words to build your vocabulary

• Monitor your daily streak

• Get personalized review reminders

• See words learned statistics

Log in to access advanced features and track your progress!

Go to Dashboard →

Words of the Year

The most notable words that defined each year. Discover the vocabulary that shaped our world.