<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Conditionals by BCS</title>
      <link>https://padlet.com/BarcelonaCodeSchool/l1cuhg9hl1wn</link>
      <description>Part 1 Block 3 Exercises
</description>
      <language>en-us</language>
      <pubDate>2017-05-19 16:21:59 UTC</pubDate>
      <lastBuildDate>2017-05-26 08:54:49 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/l1cuhg9hl1wn/wish/172844391</link>
         <description><![CDATA[<div>Type you name, exercise number and paste the code.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-19 16:22:35 UTC</pubDate>
         <guid>https://padlet.com/BarcelonaCodeSchool/l1cuhg9hl1wn/wish/172844391</guid>
      </item>
      <item>
         <title>Excercise 1 - Luke</title>
         <author></author>
         <link>https://padlet.com/BarcelonaCodeSchool/l1cuhg9hl1wn/wish/173792434</link>
         <description><![CDATA[<div>var defaulted = function(x){<br>if(x){<br>return x<br>}else{<br>return "no argument passed"<br>}<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-25 10:30:58 UTC</pubDate>
         <guid>https://padlet.com/BarcelonaCodeSchool/l1cuhg9hl1wn/wish/173792434</guid>
      </item>
      <item>
         <title>Luke - Excercise 2 attempt 2</title>
         <author></author>
         <link>https://padlet.com/BarcelonaCodeSchool/l1cuhg9hl1wn/wish/173793074</link>
         <description><![CDATA[<div>function sum(a, b) {<br>if(a&amp;&amp;b){<br>&nbsp; &nbsp; return a + b<br>}else if(a){<br>return a<br>}else{<br>return 0<br>}<br>}<br><br>function subtract(a, b) {<br>if(a&amp;&amp;b){<br>&nbsp; &nbsp; return a - b<br>}else if(a){<br>return a<br>}else{<br>return 0<br>}<br>}<br><br>function multiply(a, b) {<br>if(a&amp;&amp;b){<br>&nbsp; &nbsp; return a * b<br>}else if(a){<br>return a<br>}else{<br>return 0<br>}<br>}<br><br>function divide(a, b) {<br>if(a&amp;&amp;b){<br>&nbsp; &nbsp; return a / b<br>}else if(a){<br>return a<br>}else{<br>return 0<br>}<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-25 10:38:43 UTC</pubDate>
         <guid>https://padlet.com/BarcelonaCodeSchool/l1cuhg9hl1wn/wish/173793074</guid>
      </item>
   </channel>
</rss>
