Skip to content

Practice JavaScript data types, functions and operators by creating helpful bookshop utility functions

License

Notifications You must be signed in to change notification settings

techreturners/programming_fundamentals_001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week 1 - Programming Fundamentals

Data types, operators and functions

Introduction

Welcome everyone to Week 1 of your course!

The following instructions are provided to help you get to grips with some initial programming fundamentals.

Although we focus on the Javascript language, the structures and approaches you learn over the next exercises are applicable to all programming languages. The main thing that changes between languages is the syntax.

For example if your 1st language is English and you visit Greece - when you visit a restaurant you may speak in Greek to place your food order. The structure of the sentence is very different to English. It is syntactically different. However the outcome and target of what you want to achieve, order an amazing meal, is the same whether you order in English or Greek.

In the coding exercises we just choose to teach Javascript in the same way that you might have just chose to speak in Greek.

Technology

We'll be making use of the Javascript programming language within a Node environment and utilising a test framework called Jest to run our code.

Instructions

Head on over to the instructions for forking and cloning this repository.

About

Practice JavaScript data types, functions and operators by creating helpful bookshop utility functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published