<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>iterators on ^_^</title>
    <link>https://www.akshendra.com/tags/iterators/</link>
    <description>Recent content in iterators on ^_^</description>
    <generator>Hugo -- gohugo.io</generator>
    <managingEditor>meine@akshendra.com (Akshendra Pratap Singh)</managingEditor>
    <webMaster>meine@akshendra.com (Akshendra Pratap Singh)</webMaster>
    <lastBuildDate>Sun, 29 Jul 2018 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.akshendra.com/tags/iterators/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Iterators in JavaScript</title>
      <link>https://www.akshendra.com/posts/iterators-i/</link>
      <pubDate>Sun, 29 Jul 2018 00:00:00 +0000</pubDate>
      <author>meine@akshendra.com (Akshendra Pratap Singh)</author>
      <guid>https://www.akshendra.com/posts/iterators-i/</guid>
      <description>Many a times you wake up and realize that today you will be traversing through an array or maybe many arrays. But you don&#39;t worry about it, you have done it before and it wasn&#39;t that difficult. You also have a lot of options, you can use the good old loops, or the wonderful map, reduce, fitler. OR you can use the iterators.
Iterator is a design pattern that allows us to traverse over a list or collection.</description>
    </item>
    
  </channel>
</rss>