Variables in Programming - Core Coding 3

Опубликовано: 22 Октябрь 2024
на канале: z3nsh3ll
179
9

This is part 3 of the Core Coding course - Variables in Programming.

We'll consider what variables are an how they work. We'll talk about the difference between variables and constants.

We'll then launch into a discussion on data types along with the differences between addition and concatenation. Javascript is known as a 'dynamically typed' language since it intelligently guesses at the type of data being stored. Many languages don't do this and are instead referred to as 'statically typed' programming languages.

We'll finish off by taking a look at some of the various mathematical operations that can be run using code.


Support This Channel
======================

Please like and subscribe, it means a lot!

Please buy me a coffee so I can continue to make content.
https://buymeacoffee.com/zenshell

Join our Discord
  / discord  



00:00 Introduction
00:24 Writing first variable
04:16 Constants
05:38 Data types
10:22 Concatenation vs addition
12:13 Dynamic typing
15:01 Math(s) operations
18:53 Variables summary