<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>js on G-Code</title>
    <link>https://gwj-git.github.io/tags/js/</link>
    <description>Recent content in js on G-Code</description>
    <image>
      <url>https://gwj-git.github.io/papermod-cover.png</url>
      <link>https://gwj-git.github.io/papermod-cover.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh</language>
    <lastBuildDate>Fri, 28 Oct 2022 20:39:10 +0800</lastBuildDate><atom:link href="https://gwj-git.github.io/tags/js/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>模块化学习</title>
      <link>https://gwj-git.github.io/%E6%96%87%E7%AB%A0/%E6%A8%A1%E5%9D%97%E5%8C%96%E5%AD%A6%E4%B9%A0/</link>
      <pubDate>Fri, 28 Oct 2022 20:39:10 +0800</pubDate>
      
      <guid>https://gwj-git.github.io/%E6%96%87%E7%AB%A0/%E6%A8%A1%E5%9D%97%E5%8C%96%E5%AD%A6%E4%B9%A0/</guid>
      <description>模块化 早期 普通函数 function fn1(){ //... } function fn2(){ //... } function fn3() { fn1() fn2() } 模块成员之间看不出直接关系,后期维护困难，无法解决命名冲突问题 命名空间 var myModule = { name: &amp;#34;isboyjc&amp;#34;, getName: function (){ console.log(this.name) } }</description>
    </item>
    
    <item>
      <title>[译]执行上下文</title>
      <link>https://gwj-git.github.io/%E6%96%87%E7%AB%A0/%E8%AF%91%E6%89%A7%E8%A1%8C%E4%B8%8A%E4%B8%8B%E6%96%87/</link>
      <pubDate>Fri, 30 Sep 2022 20:39:10 +0800</pubDate>
      
      <guid>https://gwj-git.github.io/%E6%96%87%E7%AB%A0/%E8%AF%91%E6%89%A7%E8%A1%8C%E4%B8%8A%E4%B8%8B%E6%96%87/</guid>
      <description>原文 #执行上下文 简单地说，执行上下文是可以计算和执行 Javascript 代码的一个环境的抽象概念。任何代码在 JavaScript 中运行时，它都是在执行上下文中运行的。 ##执行上</description>
    </item>
    
  </channel>
</rss>
