From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/vi/tu-dien-thuat-ngu/undefined/index.html | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 files/vi/tu-dien-thuat-ngu/undefined/index.html (limited to 'files/vi/tu-dien-thuat-ngu/undefined/index.html') diff --git a/files/vi/tu-dien-thuat-ngu/undefined/index.html b/files/vi/tu-dien-thuat-ngu/undefined/index.html new file mode 100644 index 0000000000..6cad2c4b1b --- /dev/null +++ b/files/vi/tu-dien-thuat-ngu/undefined/index.html @@ -0,0 +1,27 @@ +--- +title: undefined +slug: Tu-dien-thuat-ngu/undefined +translation_of: Glossary/undefined +--- +

undefined là một giá trị nguyên thủy được gán tự động cho các biến vừa được khai báo hoặc cho các đối số chính thức không có đối số thực tế.

+ +

Example

+ +
var x; // tạo một biến nhưng không gán giá trị
+
+console.log("x's value is", x) //logs "x's value is undefined"
+
+ +

Tìm hiểu thêm

+ +

Kiến thức phổ thông

+ + + +

Technical reference

+ + -- cgit v1.2.3-54-g00ecf