You are on page 1of 20

Kiến thức

Module 1
❏ HTML
❏ CSS cơ bản
❏ CSS Flexbox
MODULE 2: JAVASCRIPT
B7. Introduction JavaScript
Mục tiêu

❏ console.log()
❏ Variables (Biến số)
❏ Operators (Toán tử)
❏ Data types (Các kiểu dữ liệu)
● Tạo tài khoản trên glitch.com

● Tạo bài học mới (new project)


trên Glitch
Chuẩn bị
● Tập trung theo dõi bài giảng
(không cần thực hành theo)
Console
Comment
Variables
Arithmetic Operators
Ví dụ về Arithmetic Operators
Assignment Operators
Data Types
Numbers
String

● Single quotes: 'Hello'

● Double quotes: "Hello"

● Backticks: `Hello`
Booleans

true false
Tự tìm hiểu
Array

Syntax

arr[index]
Lab: Thực hành với mentor
Homework

You might also like