Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 202 Bytes

statements.md

File metadata and controls

14 lines (11 loc) · 202 Bytes
description
These programming instructions are called statements as Values, Operators, Expressions, Keywords, and Comments.

Statements

let a;
let b;
let c = a + b