<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Arrays and Strings by BCS</title>
      <link>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq</link>
      <description>Part 1 Block 4 Exercises
</description>
      <language>en-us</language>
      <pubDate>2017-05-19 16:24:56 UTC</pubDate>
      <lastBuildDate>2017-05-26 16:25:30 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Click the button in the bottom right corner to submit your solution</title>
         <author>BarcelonaCodeSchool</author>
         <link>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq/wish/172844814</link>
         <description><![CDATA[<div>Type you name, exercise number and paste the code.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-19 16:24:56 UTC</pubDate>
         <guid>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq/wish/172844814</guid>
      </item>
      <item>
         <title>Luke Exercise 1</title>
         <author></author>
         <link>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq/wish/173964955</link>
         <description><![CDATA[<div>var str = "Ada Lovelace"<br><br>function stringToArray(str){<br>		return res = str.split(' ')<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-26 10:32:58 UTC</pubDate>
         <guid>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq/wish/173964955</guid>
      </item>
      <item>
         <title>Luke Exercise 2</title>
         <author></author>
         <link>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq/wish/173967124</link>
         <description><![CDATA[<div>var str = "Ada Lovelace"<br><br>function abbrevName(str){<br>		var res = str.split(' ');<br>&nbsp; &nbsp; &nbsp; &nbsp; var chop = res[1][0]<br>&nbsp; &nbsp; &nbsp; &nbsp; return res[0]+' '+chop+'.'<br>&nbsp; &nbsp;&nbsp;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-26 10:58:37 UTC</pubDate>
         <guid>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq/wish/173967124</guid>
      </item>
      <item>
         <title>Luke Exercise 3</title>
         <author></author>
         <link>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq/wish/173968824</link>
         <description><![CDATA[<div>var str = "js string exercises"<br><br>function capitalize(str){<br>		var res = str.split(' ');<br>&nbsp; &nbsp; &nbsp; &nbsp; var firstLetter = res[0][0]<br>&nbsp; &nbsp; &nbsp; &nbsp; var upper = firstLetter.toUpperCase()<br>&nbsp; &nbsp; &nbsp; &nbsp; return final = str.replace(res[0][0],upper)<br>&nbsp; &nbsp;&nbsp;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-26 11:21:30 UTC</pubDate>
         <guid>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq/wish/173968824</guid>
      </item>
      <item>
         <title>Luke Class # exercise</title>
         <author></author>
         <link>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq/wish/174016174</link>
         <description><![CDATA[<div>var arr = []<br><br>function pleaseWork(index,a,b){<br>for (index=a; index&lt;= b; index++){<br>    asString = arr.toString()<br>    removeCommas = asString.split(",").join("")<br>    console.log(removeCommas)<br>    newVal = arr.push('#')<br>}<br>    return newVal<br>}<br><br><br>pleaseWork('#',0,7)</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-26 16:17:44 UTC</pubDate>
         <guid>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq/wish/174016174</guid>
      </item>
      <item>
         <title>hashtag challenge</title>
         <author>gosiapietron</author>
         <link>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq/wish/174016554</link>
         <description><![CDATA[<div>function hashtag (string, n){<br><br>var arr=[]<br><br>for (i=0; i &lt; n; i++) {<br><br>var b= arr.push('#')<br><br><br><br>console.log(arr.join( ).split(",").join(""))}<br><br><br><br>}&nbsp;<br><br><br>hashtag ('#',7)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-26 16:20:10 UTC</pubDate>
         <guid>https://padlet.com/BarcelonaCodeSchool/lq2j5t56kelq/wish/174016554</guid>
      </item>
   </channel>
</rss>
