<?xml version="1.0" encoding="UTF-8" ?>
<rss
    version="2.0"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:webfeeds="http://webfeeds.org/rss/1.0"
    xmlns:media="http://search.yahoo.com/mrss/"
    >
    <channel>
        <title>Object Tag - Viblo</title>
        <link>https://viblo.asia/rss</link>
        <description><![CDATA[Free service for technical knowledge sharing]]></description>
        <atom:link href="https://viblo.asia/rss/tags/object.rss" rel="self"></atom:link>
                <copyright>Sun* Inc.</copyright>
                                                <webfeeds:logo>https://viblo.asia/logo_full.svg</webfeeds:logo>
        <image>
            <url>https://viblo.asia/logo_full.svg</url>
            <title>Object Tag - Viblo</title>
            <link>https://viblo.asia/rss</link>
        </image>
                                <language>vi-vn</language>
        <lastBuildDate>2026-05-22T00:11:18+07:00</lastBuildDate>
                <item>
            <title><![CDATA[Hàm trong Python là first-class object]]></title>
                        <link>https://viblo.asia/p/ham-trong-python-la-first-class-object-PwlVmy3rV5Z</link>
            <guid isPermaLink="true">https://viblo.asia/p/ham-trong-python-la-first-class-object-PwlVmy3rV5Z</guid>
            <description><![CDATA[![](https://i0.wp.com/beautyoncode.com/wp-content/uploads/2022/10/background-g9d7c4d162_1280.jpeg)


Vậy first-class object là gì?

first-class object...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BeautyOnCode</dc:creator>
            <pubDate>2022-10-26 22:52:15</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[JSON là gì? So sánh giữa JSON và Object trong JavaScript giả thích đơn giản nhất  (Series: Bí kíp Javascript - PHẦN 9)]]></title>
                        <link>https://viblo.asia/p/json-la-gi-so-sanh-giua-json-va-object-trong-javascript-gia-thich-don-gian-nhat-series-bi-kip-javascript-phan-9-Ny0VG9N0JPA</link>
            <guid isPermaLink="true">https://viblo.asia/p/json-la-gi-so-sanh-giua-json-va-object-trong-javascript-gia-thich-don-gian-nhat-series-bi-kip-javascript-phan-9-Ny0VG9N0JPA</guid>
            <description><![CDATA[Nhiều ứng dụng phần mềm cần trao đổi dữ liệu giữa máy khách và máy chủ.

Trong một thời gian dài, XML là định dạng dữ liệu được ưa thích khi trao đổi ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">NGUYỄN ANH TUẤN</dc:creator>
            <pubDate>2022-10-26 11:23:25</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[So sánh Object trong Javascript]]></title>
                        <link>https://viblo.asia/p/so-sanh-object-trong-javascript-6J3ZgdDqlmB</link>
            <guid isPermaLink="true">https://viblo.asia/p/so-sanh-object-trong-javascript-6J3ZgdDqlmB</guid>
            <description><![CDATA[Giới thiệu
Thật đơn giản để so sánh các kiểu dữ liệu nguyên thủy (Primitive data types)  trong Javascript. Toán tử == trả về true nếu các toán hạng bằ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Doan Van Phu</dc:creator>
            <pubDate>2021-06-15 10:50:03</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Một số phương thức hữu ích của Object trong javascript có thể bạn chưa biết]]></title>
                        <link>https://viblo.asia/p/mot-so-phuong-thuc-huu-ich-cua-object-trong-javascript-co-the-ban-chua-biet-Qbq5QEmJ5D8</link>
            <guid isPermaLink="true">https://viblo.asia/p/mot-so-phuong-thuc-huu-ich-cua-object-trong-javascript-co-the-ban-chua-biet-Qbq5QEmJ5D8</guid>
            <description><![CDATA[Mở đầu
Nếu đã hoặc đang làm việc với JavaScript, có lẽ bạn đã biết đến lớp Object và sử dụng qua những phương thức như Object.keys(), Object.values() ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Doan Van Phu</dc:creator>
            <pubDate>2021-05-15 17:30:13</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Object Literals nâng cao với ES6]]></title>
                        <link>https://viblo.asia/p/object-literals-nang-cao-voi-es6-yMnKM0Ja57P</link>
            <guid isPermaLink="true">https://viblo.asia/p/object-literals-nang-cao-voi-es6-yMnKM0Ja57P</guid>
            <description><![CDATA[Trong bài viết này chúng ta xem xét những gì có thể xảy ra với các Object Literals trong JavaScript, đặc biệt là theo các bản cập nhật ECMAScript gần ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nguyen Van Hoang</dc:creator>
            <pubDate>2021-02-20 22:42:48</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[JavaScript Object.fromEntries()]]></title>
                        <link>https://viblo.asia/p/javascript-objectfromentries-Az45bDvgZxY</link>
            <guid isPermaLink="true">https://viblo.asia/p/javascript-objectfromentries-Az45bDvgZxY</guid>
            <description><![CDATA[Như các bạn đã biết, chúng ta có thể convert một object thành 1 array bằng cách xử dụng Object.entries() hoặc Object.values(). Tuy nhiên rất ít bạn để...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nguyen Nhat Anh</dc:creator>
            <pubDate>2020-08-25 10:53:36</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Object Methods trong JavaScript mọi developers cần phải biết]]></title>
                        <link>https://viblo.asia/p/object-methods-trong-javascript-moi-developers-can-phai-biet-bWrZnXxw5xw</link>
            <guid isPermaLink="true">https://viblo.asia/p/object-methods-trong-javascript-moi-developers-can-phai-biet-bWrZnXxw5xw</guid>
            <description><![CDATA[Đây là một bài viết thuộc series "tips and tricks javascript"
<strong>Object javascript l&agrave; g&igrave;? Thật ra hầu hết mọi thứ trong javascript ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anony Stick</dc:creator>
            <pubDate>2020-05-18 17:45:33</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Biến Object thành Array trong Javascript với ES7]]></title>
                        <link>https://viblo.asia/p/bien-object-thanh-array-trong-javascript-voi-es7-gDVK26mmKLj</link>
            <guid isPermaLink="true">https://viblo.asia/p/bien-object-thanh-array-trong-javascript-voi-es7-gDVK26mmKLj</guid>
            <description><![CDATA[Trả là hôm nọ mình có đọc qua một số tài liệu về ES7 và thấy có một số tính mới khá là hay và tiện ích, đặc biệt là 2 method mới giúp chúng ta biến mộ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hunq Vux</dc:creator>
            <pubDate>2020-03-21 14:30:19</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Object, Class, Abstract class và Interface trong Java]]></title>
                        <link>https://viblo.asia/p/object-class-abstract-class-va-interface-trong-java-1VgZv8qM5Aw</link>
            <guid isPermaLink="true">https://viblo.asia/p/object-class-abstract-class-va-interface-trong-java-1VgZv8qM5Aw</guid>
            <description><![CDATA[1. Object trong Java
Object (đối tượng) là một thực thể vật lý, có thể là một con vật, một đồ vật… Ví dụ như ngôi nhà, máy bay, xe máy, con người…

Mỗ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phước Quang</dc:creator>
            <pubDate>2020-02-06 11:13:43</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Tìm hiểu Object trong JavaScript]]></title>
                        <link>https://viblo.asia/p/tim-hieu-object-trong-javascript-gGJ59O8PZX2</link>
            <guid isPermaLink="true">https://viblo.asia/p/tim-hieu-object-trong-javascript-gGJ59O8PZX2</guid>
            <description><![CDATA[Như đã biết, JavaScript có 5 kiểu dữ liệu cơ bản: Number, String, Boolean, Undefined và Null và còn 1 kiểu khác nữa là Object (hay còn gọi là kiểu phứ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nguyen Tien Quan</dc:creator>
            <pubDate>2019-10-14 20:18:20</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[ES6 — Map vs Object — What and when?]]></title>
                        <link>https://viblo.asia/p/es6-map-vs-object-what-and-when-924lJWJb5PM</link>
            <guid isPermaLink="true">https://viblo.asia/p/es6-map-vs-object-what-and-when-924lJWJb5PM</guid>
            <description><![CDATA[Đặt vấn đề

Đọc xong tiêu đề này, bạn có thể tự hỏi - tại sao lại so sánh Map vs. Object mà không phải Map vs. Array, hay Object vs Set?

Chààà, cũng ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hao Le</dc:creator>
            <pubDate>2019-09-16 09:22:56</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Class và Object trong Python]]></title>
                        <link>https://viblo.asia/p/class-va-object-trong-python-4P856dvLZY3</link>
            <guid isPermaLink="true">https://viblo.asia/p/class-va-object-trong-python-4P856dvLZY3</guid>
            <description><![CDATA[Chào tất cả mọi người. Ở bài viết trước mình đã giới thiệu cho các bạn về hàm và cách sử dụng của nó. Hôm nay mình sẽ giới thiệu cho các bạn một khái ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phan Văn Tấn</dc:creator>
            <pubDate>2019-05-18 00:41:04</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Chi tiết về Object​.assign()]]></title>
                        <link>https://viblo.asia/p/chi-tiet-ve-objectassign-OeVKBdEylkW</link>
            <guid isPermaLink="true">https://viblo.asia/p/chi-tiet-ve-objectassign-OeVKBdEylkW</guid>
            <description><![CDATA[Khi chúng ta làm việc với Js, cụ thể ơn là ReactJs, hẳn chúng ta đã nghe tới tính bất biến của dữ liệu (immutability). Hiểu một cách nôm na đó là khả ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nguyễn Văn Hưng B</dc:creator>
            <pubDate>2019-04-21 23:57:34</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[Ruby question - Nguyễn Đăng Vân]Sự khác nhau giữa include, extend và prepend.]]></title>
                        <link>https://viblo.asia/p/ruby-question-nguyen-dang-vansu-khac-nhau-giua-include-extend-va-prepend-GrLZDeYwlk0</link>
            <guid isPermaLink="true">https://viblo.asia/p/ruby-question-nguyen-dang-vansu-khac-nhau-giua-include-extend-va-prepend-GrLZDeYwlk0</guid>
            <description><![CDATA[Đơn giản là mỗi ngày đến công ty thì đồng nghiệp, sếp, khách hàng và mấy thằng bạn cờ hó luôn có rất nhiều câu hỏi về kỹ thuật dành cho mình. Tuy nhiê...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hoang Trong Hieu</dc:creator>
            <pubDate>2019-02-20 14:36:38</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Làm thế nào để sắp xếp một mảng các đối tượng trong JavaScript]]></title>
                        <link>https://viblo.asia/p/lam-the-nao-de-sap-xep-mot-mang-cac-doi-tuong-trong-javascript-eW65GP0PKDO</link>
            <guid isPermaLink="true">https://viblo.asia/p/lam-the-nao-de-sap-xep-mot-mang-cac-doi-tuong-trong-javascript-eW65GP0PKDO</guid>
            <description><![CDATA[Giới thiệu
Nếu bạn có một mảng các đối tượng cần sắp xếp theo một thứ tự nhất định, rất có thể bạn tìm đến một thư viện JavaScript. Tuy nhiên, trước k...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Uet Boo</dc:creator>
            <pubDate>2019-02-15 11:11:24</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Datatypes and Objects of Ruby #2.1: Text (String Literals)]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/datatypes-and-objects-of-ruby-21-text-string-literals-gDVK2R7vKLj</link>
            <guid isPermaLink="true">https://viblo.asia/p/datatypes-and-objects-of-ruby-21-text-string-literals-gDVK2R7vKLj</guid>
            <description><![CDATA[Overview:
Part tiếp theo của phần datatypes and objects, mình sẽ cùng các bạn tìm hiểu về các biểu hiện của kiểu dữ liệu Text trong Ruby. Part này khá...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hoang Trong Hieu</dc:creator>
            <pubDate>2019-02-18 14:09:18</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Type trong JS (p3)]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/type-trong-js-p3-GrLZDvgJ5k0</link>
            <guid isPermaLink="true">https://viblo.asia/p/type-trong-js-p3-GrLZDvgJ5k0</guid>
            <description><![CDATA[Trong bài viết này, mình sẽ giới thiệu với các bạn về 2 data type còn lại trong Javascript là object và symbol
SYMBOL
symbol là một kiểu dữ liệu được ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thang Nguyen The</dc:creator>
            <pubDate>2019-01-22 23:08:58</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Datatypes and Objects of Ruby #1: Number]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/datatypes-and-objects-of-ruby-1-number-V3m5WbaxlO7</link>
            <guid isPermaLink="true">https://viblo.asia/p/datatypes-and-objects-of-ruby-1-number-V3m5WbaxlO7</guid>
            <description><![CDATA[Để hiểu về 1 ngôn ngữ lập trình, bạn phải hiểu về các kiểu dữ liệu mà nó có thể thao tác. Ở part "Datatypes and Objects of Ruby" mình sẽ nói về các ki...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hoang Trong Hieu</dc:creator>
            <pubDate>2019-01-18 03:27:42</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Hiểu rõ hơn về so sánh Object JavaScript]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/hieu-ro-hon-ve-so-sanh-object-javascript-4dbZN8Qq5YM</link>
            <guid isPermaLink="true">https://viblo.asia/p/hieu-ro-hon-ve-so-sanh-object-javascript-4dbZN8Qq5YM</guid>
            <description><![CDATA[Gần như mọi thứ trong JavaScript là object.

Nếu bạn đã làm việc với JavaScript một thời gian thì hẳn bạn cũng biết điều này. Tuy nhiên objects trong ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nguyen Minh Nhat</dc:creator>
            <pubDate>2018-11-22 08:56:31</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Prototype trong JavaScript]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/prototype-trong-javascript-YWOZrgwPlQ0</link>
            <guid isPermaLink="true">https://viblo.asia/p/prototype-trong-javascript-YWOZrgwPlQ0</guid>
            <description><![CDATA[Ở thời kì thịnh hành ES6, Babel,... những từ khóa như Class, constructors, static,... đều đã có trong JS nhưng thực sự OOP trong JS nó có thực sự giốn...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nguyen Duc Anh Tuan</dc:creator>
            <pubDate>2018-08-15 19:26:46</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Một số hàm Javascript hữu ích về Array và Object]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/mot-so-ham-javascript-huu-ich-ve-array-va-object-bWrZnggOlxw</link>
            <guid isPermaLink="true">https://viblo.asia/p/mot-so-ham-javascript-huu-ich-ve-array-va-object-bWrZnggOlxw</guid>
            <description><![CDATA[![](https://images.viblo.asia/668e6883-3da4-4f67-97a4-361256d579a7.png)



Không dài dòng nữa, bắt đầu luôn thôi nào mọi người =))

1. filter()
Tạo mộ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nguyễn Quang Vinh</dc:creator>
            <pubDate>2018-07-30 13:04:48</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[[JavaScript] ES6 Objects and Arrays]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/javascript-es6-objects-and-arrays-gGJ59gBxZX2</link>
            <guid isPermaLink="true">https://viblo.asia/p/javascript-es6-objects-and-arrays-gGJ59gBxZX2</guid>
            <description><![CDATA[Tiếp tục về loạt bài JavaScript, hôm nay chúng ta sẽ tìm hiểu về Objects và Arrays trong ES6. ES6 cung cấp cho chúng ta những cách mới để làm việc với...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nguyễn Thanh Tuấn</dc:creator>
            <pubDate>2018-04-08 22:36:52</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Lập trình hướng đối tượng cùng JavaScript]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/lap-trinh-huong-doi-tuong-cung-javascript-gAm5y9dV5db</link>
            <guid isPermaLink="true">https://viblo.asia/p/lap-trinh-huong-doi-tuong-cung-javascript-gAm5y9dV5db</guid>
            <description><![CDATA[Trong bài viết Lập trình hướng đối tượng với JavaScript?, tôi đã so sánh ngôn ngữ lập trình dựa trên đối tượng với ngôn ngữ lập trình hướng đối tượng....]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lam Pham</dc:creator>
            <pubDate>2018-01-30 12:42:23</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[JAVASCRIPT OBJECT – LAST BUT NOT LEAST]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/javascript-object-last-but-not-least-6J3Zg2MqKmB</link>
            <guid isPermaLink="true">https://viblo.asia/p/javascript-object-last-but-not-least-6J3Zg2MqKmB</guid>
            <description><![CDATA[Nếu bạn theo dõi các bài viết của tôi từ đầu tới giờ thì có thể thấy tôi đã giới thiệu với các bạn về number, string, boolean và array. Hôm nay, tôi s...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lam Pham</dc:creator>
            <pubDate>2018-01-24 08:40:27</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Đối tượng (Object) trong Javascript?]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/doi-tuong-object-trong-javascript-63vKjn6dK2R</link>
            <guid isPermaLink="true">https://viblo.asia/p/doi-tuong-object-trong-javascript-63vKjn6dK2R</guid>
            <description><![CDATA[Như các bạn đã biết, Javascript có 5 kiểu dữ liệu Number, String, Boolean, Undefined và Null và còn 1 kiểu khác nữa đó là Object (kiểu dữ liệu phức hợ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TPDevPro</dc:creator>
            <pubDate>2017-11-24 13:54:28</pubDate>
                                                                                                        </item>
            </channel>
</rss>
