<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Wren’s Blog</title>
        <link>http://localhost:3000/</link>
        <description>关于JavaScript的基础知识</description>
        <lastBuildDate>Tue, 28 Jul 2026 15:57:43 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-CN</language>
        <copyright>All rights reserved 2026, Wren</copyright>
        <item>
            <title><![CDATA[高阶编程]]></title>
            <link>http://localhost:3000/article/higher-order-fn</link>
            <guid isPermaLink="false">http://localhost:3000/article/higher-order-fn</guid>
            <pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[柯里化函数、Compose函数等]]></description>
            <category>技巧</category>
        </item>
        <item>
            <title><![CDATA[设计模式]]></title>
            <link>http://localhost:3000/article/design-pattern</link>
            <guid isPermaLink="false">http://localhost:3000/article/design-pattern</guid>
            <pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[常用设计模式介绍]]></description>
            <category>技巧</category>
        </item>
        <item>
            <title><![CDATA[防抖节流]]></title>
            <link>http://localhost:3000/article/debounce-throttle</link>
            <guid isPermaLink="false">http://localhost:3000/article/debounce-throttle</guid>
            <pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[常用优化方案防抖节流]]></description>
            <category>技巧</category>
        </item>
        <item>
            <title><![CDATA[网络编程]]></title>
            <link>http://localhost:3000/article/xhr-programe</link>
            <guid isPermaLink="false">http://localhost:3000/article/xhr-programe</guid>
            <pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[介绍从输入url到看到页面的过程和ajax等网络相关知识]]></description>
            <category>技巧</category>
        </item>
        <item>
            <title><![CDATA[迭代器和生成器]]></title>
            <link>http://localhost:3000/article/iterator-generator</link>
            <guid isPermaLink="false">http://localhost:3000/article/iterator-generator</guid>
            <pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[介绍迭代器和生成器原理和使用]]></description>
            <category>技巧</category>
        </item>
        <item>
            <title><![CDATA[数据清洗]]></title>
            <link>http://localhost:3000/article/data-flat</link>
            <guid isPermaLink="false">http://localhost:3000/article/data-flat</guid>
            <pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[各种实现数据扁平化的方式]]></description>
            <category>前端</category>
            <category>基础</category>
        </item>
        <item>
            <title><![CDATA[跨域]]></title>
            <link>http://localhost:3000/article/cors</link>
            <guid isPermaLink="false">http://localhost:3000/article/cors</guid>
            <pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[跨域原因和解决方案]]></description>
            <category>前端</category>
            <category>基础</category>
        </item>
        <item>
            <title><![CDATA[浏览器渲染机制]]></title>
            <link>http://localhost:3000/article/render</link>
            <guid isPermaLink="false">http://localhost:3000/article/render</guid>
            <pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[介绍进程、线程、渲染等概念]]></description>
            <category>前端</category>
            <category>基础</category>
        </item>
        <item>
            <title><![CDATA[函数的多种角色]]></title>
            <link>http://localhost:3000/article/fn-roles</link>
            <guid isPermaLink="false">http://localhost:3000/article/fn-roles</guid>
            <pubDate>Wed, 15 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[函数的多种角色]]></description>
            <category>原型与原型链</category>
        </item>
        <item>
            <title><![CDATA[深浅拷贝]]></title>
            <link>http://localhost:3000/article/deep-shallow-copy</link>
            <guid isPermaLink="false">http://localhost:3000/article/deep-shallow-copy</guid>
            <pubDate>Wed, 15 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[深浅拷贝]]></description>
            <category>原型与原型链</category>
        </item>
        <item>
            <title><![CDATA[THIS分析]]></title>
            <link>http://localhost:3000/article/this</link>
            <guid isPermaLink="false">http://localhost:3000/article/this</guid>
            <pubDate>Wed, 15 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[THIS分析]]></description>
            <category>原型与原型链</category>
        </item>
        <item>
            <title><![CDATA[事件循环]]></title>
            <link>http://localhost:3000/article/async</link>
            <guid isPermaLink="false">http://localhost:3000/article/async</guid>
            <pubDate>Wed, 15 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[同步异步编程]]></description>
            <category>异步</category>
        </item>
        <item>
            <title><![CDATA[Promise]]></title>
            <link>http://localhost:3000/article/promise</link>
            <guid isPermaLink="false">http://localhost:3000/article/promise</guid>
            <pubDate>Wed, 15 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Promise]]></description>
            <category>异步</category>
        </item>
        <item>
            <title><![CDATA[JS的数据类型]]></title>
            <link>http://localhost:3000/article/data-type</link>
            <guid isPermaLink="false">http://localhost:3000/article/data-type</guid>
            <pubDate>Fri, 05 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[JavaScript 是一种动态类型语言，支持多种数据类型。数据类型分为两类：原始类型（Primitive types）和引用类型（Reference types）]]></description>
            <category>数据类型</category>
        </item>
        <item>
            <title><![CDATA[堆栈内存]]></title>
            <link>http://localhost:3000/article/memory</link>
            <guid isPermaLink="false">http://localhost:3000/article/memory</guid>
            <pubDate>Fri, 05 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[执行上下文、内存、作用域]]></description>
            <category>作用域与作用域链</category>
        </item>
        <item>
            <title><![CDATA[函数]]></title>
            <link>http://localhost:3000/article/function</link>
            <guid isPermaLink="false">http://localhost:3000/article/function</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[JS中函数的特点]]></description>
            <category>作用域与作用域链</category>
        </item>
        <item>
            <title><![CDATA[let/const/var]]></title>
            <link>http://localhost:3000/article/variable</link>
            <guid isPermaLink="false">http://localhost:3000/article/variable</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[JS中变量声明关键字的区别]]></description>
            <category>作用域与作用域链</category>
        </item>
        <item>
            <title><![CDATA[ES6块级上下文]]></title>
            <link>http://localhost:3000/article/ec-block</link>
            <guid isPermaLink="false">http://localhost:3000/article/ec-block</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[ES6块级上下文]]></description>
            <category>作用域与作用域链</category>
        </item>
        <item>
            <title><![CDATA[变量提升]]></title>
            <link>http://localhost:3000/article/hoist</link>
            <guid isPermaLink="false">http://localhost:3000/article/hoist</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[变量提升]]></description>
            <category>作用域与作用域链</category>
        </item>
        <item>
            <title><![CDATA[闭包及其应用]]></title>
            <link>http://localhost:3000/article/closure</link>
            <guid isPermaLink="false">http://localhost:3000/article/closure</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[闭包及其应用]]></description>
            <category>作用域与作用域链</category>
        </item>
        <item>
            <title><![CDATA[闭包题目]]></title>
            <link>http://localhost:3000/article/closure-ques</link>
            <guid isPermaLink="false">http://localhost:3000/article/closure-ques</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[闭包题目]]></description>
            <category>作用域与作用域链</category>
        </item>
        <item>
            <title><![CDATA[面向对象]]></title>
            <link>http://localhost:3000/article/oop</link>
            <guid isPermaLink="false">http://localhost:3000/article/oop</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[面向对象]]></description>
            <category>原型与原型链</category>
        </item>
        <item>
            <title><![CDATA[继承方案]]></title>
            <link>http://localhost:3000/article/inherite</link>
            <guid isPermaLink="false">http://localhost:3000/article/inherite</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[继承方案]]></description>
            <category>原型与原型链</category>
        </item>
    </channel>
</rss>