<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ES2015 on CodingBlast</title><link>https://codingblast.com/tags/es2015/</link><description>Recent content in ES2015 on CodingBlast</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 28 Feb 2018 08:49:01 +0000</lastBuildDate><atom:link href="https://codingblast.com/tags/es2015/index.xml" rel="self" type="application/rss+xml"/><item><title>JavaScript Collections - Set and Map</title><link>https://codingblast.com/javascript-set-map/</link><pubDate>Tue, 27 Feb 2018 07:14:18 +0000</pubDate><guid>https://codingblast.com/javascript-set-map/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In this post we will get familiar with two different collections in JavaScript:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Set&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Map&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In one of the next posts we will also talk about two similar collections:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;WeakSet&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;WeakMap&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;They were all introduced to JavaScript spec with ES2015, also known as ES6.&lt;/p&gt;</description></item></channel></rss>