aboutsummaryrefslogtreecommitdiff
path: root/files/vi/glossary/null/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:56 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:56 +0100
commit904a5994c87295d84d25f869d5555f35fbce5070 (patch)
treea8535dfa32d2180186965a0bb66931b4830c5d73 /files/vi/glossary/null/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-904a5994c87295d84d25f869d5555f35fbce5070.tar.gz
translated-content-904a5994c87295d84d25f869d5555f35fbce5070.tar.bz2
translated-content-904a5994c87295d84d25f869d5555f35fbce5070.zip
unslug vi: move
Diffstat (limited to 'files/vi/glossary/null/index.html')
-rw-r--r--files/vi/glossary/null/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/files/vi/glossary/null/index.html b/files/vi/glossary/null/index.html
new file mode 100644
index 0000000000..4baec6b2e6
--- /dev/null
+++ b/files/vi/glossary/null/index.html
@@ -0,0 +1,23 @@
+---
+title: 'Null'
+slug: Tu-dien-thuat-ngu/Null
+translation_of: Glossary/Null
+---
+<p>Trong khoa học máy tính, giá trị <strong><code>null</code></strong> đại điện cho một tham chiếu trỏ tới, thường là cố tình, {{glossary("object")}} hoặc địa chỉ không tồn tại hoặc không hợp lệ. Ý nghĩa của null tuỳ theo từng ngôn ngữ.</p>
+
+<p>Trong {{Glossary("JavaScript")}}, null là một trong các {{Glossary("Primitive", "giá trị sơ khai")}}.</p>
+
+<h2 id="Tham_khảo_thêm">Tham khảo thêm</h2>
+
+<h3 id="Hiểu_biết_chung">Hiểu biết chung</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Con trỏ null")}} trên Wikipedia</li>
+</ul>
+
+<h3 id="Tham_khảo_kỹ_thuật">Tham khảo kỹ thuật</h3>
+
+<ul>
+ <li><a href="/en-US/docs/Web/JavaScript/Data_structures">Kiểu dữ liệu và cấu trúc dữ liệu trong JavaScript</a></li>
+ <li>Object toàn cục trong JavaScript: {{jsxref("null")}}</li>
+</ul>