<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>北京前端外包 - js开发</title><link>http://www.chinasgp.cn/</link><description>北京前端开发_靠谱前端外包团队 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Arwen Build 90619</generator><language>zh-CN</language><copyright>Copyright 北京前端外包|北京前端开发外包|北京前端兼职私活 chinasgp.cn </copyright><pubDate>Sun, 05 Apr 2026 07:25:27 +0800</pubDate><item><title>js es6let和const命令js代码</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/5329.html</link><pubDate>Thu, 14 Jan 2021 21:37:48 +0800</pubDate><guid>http://www.chinasgp.cn/article/5329.html</guid><description><![CDATA[ES6 let和const命令let命令基本用法ES6新增了let命令，用来声明变量。它的用法类似于var，但是所声明的变量，只在let命令所在的代码块内有效。{let a =]]></description><category>js开发</category><comments>http://www.chinasgp.cn/article/5329.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=5329</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=5329&amp;key=61827f8e</trackback:ping></item><item><title>js代码 es6函数的扩展,js函数的扩展</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/5348.html</link><pubDate>Thu, 14 Jan 2021 21:37:48 +0800</pubDate><guid>http://www.chinasgp.cn/article/5348.html</guid><description><![CDATA[函数的扩展函数参数的默认值基本用法在ES6之前，不能直接为函数的参数指定默认值，只能采用变通的方法。function log(x, y) {y = y || 'World';]]></description><category>js开发</category><comments>http://www.chinasgp.cn/article/5348.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=5348</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=5348&amp;key=9ee69582</trackback:ping></item><item><title>js代码 es6读懂规格,js读懂规格</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/5325.html</link><pubDate>Thu, 14 Jan 2021 21:37:48 +0800</pubDate><guid>http://www.chinasgp.cn/article/5325.html</guid><description><![CDATA[读懂 ECMAScript 规格概述规格文件是计算机语言的官方标准，详细描述语法规则和实现方法。一般来说，没有必要阅读规格，除非你要写编译器。因为规格写得非常抽象和精炼，又缺乏实例，不容]]></description><category>js开发</category><comments>http://www.chinasgp.cn/article/5325.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=5325</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=5325&amp;key=31723a6c</trackback:ping></item><item><title>js es6Set和Map数据结构js代码</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/5328.html</link><pubDate>Thu, 14 Jan 2021 21:37:48 +0800</pubDate><guid>http://www.chinasgp.cn/article/5328.html</guid><description><![CDATA[ES6 set和map数据结构Set基本用法ES6提供了新的数据结构Set。它类似于数组，但是成员的值都是唯一的，没有重复的值。Set本身是一个构造函数，用来生成Set数据结构。va]]></description><category>js开发</category><comments>http://www.chinasgp.cn/article/5328.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=5328</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=5328&amp;key=c3ffa71b</trackback:ping></item><item><title>js代码 es6Symbol,jsSymbol</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/5330.html</link><pubDate>Thu, 14 Jan 2021 21:37:48 +0800</pubDate><guid>http://www.chinasgp.cn/article/5330.html</guid><description><![CDATA[ES6 symbol概述ES5的对象属性名都是字符串，这容易造成属性名的冲突。比如，你使用了一个他人提供的对象，但又想为这个对象添加新的方法（mixin模式），新方法的名字就有可能与现有方]]></description><category>js开发</category><comments>http://www.chinasgp.cn/article/5330.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=5330</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=5330&amp;key=a1176241</trackback:ping></item><item><title>js代码 es6Module,jsModule</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/5332.html</link><pubDate>Thu, 14 Jan 2021 21:37:48 +0800</pubDate><guid>http://www.chinasgp.cn/article/5332.html</guid><description><![CDATA[ES6 module历史上，JavaScript 一直没有模块（module）体系，无法将一个大程序拆分成互相依赖的小文件，再用简单的方法拼装起来。其他语言都有这项功能，比如 Ruby 的r]]></description><category>js开发</category><comments>http://www.chinasgp.cn/article/5332.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=5332</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=5332&amp;key=7ad01501</trackback:ping></item><item><title>js代码 es6参考链接,js参考链接</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/5334.html</link><pubDate>Thu, 14 Jan 2021 21:37:48 +0800</pubDate><guid>http://www.chinasgp.cn/article/5334.html</guid><description><![CDATA[ES6 参考链接官方文件ECMAScript® 2015 Language Specification: ECMAScript 2015规格ECMAScript® 2016 Lan]]></description><category>js开发</category><comments>http://www.chinasgp.cn/article/5334.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=5334</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=5334&amp;key=0440795c</trackback:ping></item><item><title>js es6异步操作和Async函数js代码</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/5335.html</link><pubDate>Thu, 14 Jan 2021 21:37:48 +0800</pubDate><guid>http://www.chinasgp.cn/article/5335.html</guid><description><![CDATA[ES6 异步操作和async函数异步编程对JavaScript语言太重要。Javascript语言的执行环境是“单线程”的，如果没有异步编程，根本没法用，非卡死不可。ES6诞生以前，异步编]]></description><category>js开发</category><comments>http://www.chinasgp.cn/article/5335.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=5335</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=5335&amp;key=93c9d3e5</trackback:ping></item><item><title>js代码 es6数值的扩展,js数值的扩展</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/5339.html</link><pubDate>Thu, 14 Jan 2021 21:37:48 +0800</pubDate><guid>http://www.chinasgp.cn/article/5339.html</guid><description><![CDATA[ES6 数值的扩展二进制和八进制表示法ES6提供了二进制和八进制数值的新的写法，分别用前缀0b（或0B）和0o（或0O）表示。0b111110111 === 503 // true0o]]></description><category>js开发</category><comments>http://www.chinasgp.cn/article/5339.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=5339</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=5339&amp;key=cbe8c675</trackback:ping></item><item><title>js代码 es6正则的扩展,js正则的扩展</title><author>a@b.com (xiaoming)</author><link>http://www.chinasgp.cn/article/5342.html</link><pubDate>Thu, 14 Jan 2021 21:37:48 +0800</pubDate><guid>http://www.chinasgp.cn/article/5342.html</guid><description><![CDATA[ES6 正则的扩展RegExp构造函数在ES5中，RegExp构造函数的参数有两种情况。第一种情况是，参数是字符串，这时第二个参数表示正则表达式的修饰符（flag）。var regex]]></description><category>js开发</category><comments>http://www.chinasgp.cn/article/5342.html#comment</comments><wfw:comment>http://www.chinasgp.cn/</wfw:comment><wfw:commentRss>http://www.chinasgp.cn/feed.asp?cmt=5342</wfw:commentRss><trackback:ping>http://www.chinasgp.cn/cmd.asp?act=tb&amp;id=5342&amp;key=45805457</trackback:ping></item></channel></rss>
