<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Remake of Class Input by Raul Rodriguez</title>
      <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf</link>
      <description>Lesson 2 Exercise 3 Input</description>
      <language>en-us</language>
      <pubDate>2021-01-11 17:22:06 UTC</pubDate>
      <lastBuildDate>2021-01-11 20:21:07 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Question 2</title>
         <author>alexanderajagba4588</author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075441752</link>
         <description><![CDATA[<div>nounList because noun.List.length would read 9 which exceed amount that would display. </div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 18:09:25 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075441752</guid>
      </item>
      <item>
         <title>Question 2 </title>
         <author>eduanlozanoquezadas3225</author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075442216</link>
         <description><![CDATA[<div>An error will happen if the -1 is removed in which it will make the whole code undefined </div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 18:09:30 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075442216</guid>
      </item>
      <item>
         <title>Question 2</title>
         <author>sokrasmeyoung4094</author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075442271</link>
         <description><![CDATA[<div>The randomNumber Generator will break since "nounList.length is the list. Because the randomNumber supposed to generate a value of the index, and the length is always 1 higher than the index, which would result in the result in the value of undefined. Therefore the -1 is needed. </div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 18:09:31 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075442271</guid>
      </item>
      <item>
         <title>Dhillon Staples</title>
         <author>dhillonstaples5139</author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075442409</link>
         <description><![CDATA[<div>QUESTION 2:<br>If this line read (0,nounList.length), the code would choose an index that may be null (which is 11, as the length of the list is 11 strings long, but the index values are between 0-10,) meaning the display would read 'undefined.' We, obviously, do not want this, so we would add the '-1' to the end of the line.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 18:09:32 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075442409</guid>
      </item>
      <item>
         <title>Q2</title>
         <author>jasminmendietaarana1900</author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075443618</link>
         <description><![CDATA[<div>With the -1 it would say which number is  used last in the list.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 18:09:44 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075443618</guid>
      </item>
      <item>
         <title>Question 2</title>
         <author>rarofx</author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075445230</link>
         <description><![CDATA[<div><strong>What would break if this line read randomNumber(0,nounList.length) instead of randomNumber(0,nounList.length-1)?</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 18:10:01 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075445230</guid>
      </item>
      <item>
         <title>Question 2</title>
         <author>samad_ahmed4672</author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075446092</link>
         <description><![CDATA[<div>The Length of a list is always +1 larger than the max index, since the index numbers start counting from index 0, meaning that  if there wasn't a -1 the index variable could potentially be assigned an index that doesn't exist, which would break the program.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 18:10:10 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075446092</guid>
      </item>
      <item>
         <title>Question 2</title>
         <author>daniela_acevedomoran4673</author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075446921</link>
         <description><![CDATA[<div>Without the -1 the code would be undefined</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 18:10:19 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075446921</guid>
      </item>
      <item>
         <title>Q#2</title>
         <author>anhdo0417</author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075447214</link>
         <description><![CDATA[<div>"noun.Length" is the total item/index, but "noun.length-1" will give the index of the element. So, when noun.length got input, it doesn't tell what index the system need to look at, it tell what is the total.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 18:10:22 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075447214</guid>
      </item>
      <item>
         <title>question 2</title>
         <author>sidibabasimpara5690</author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075451614</link>
         <description><![CDATA[<div>It'll be the length of the variable. </div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 18:11:08 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075451614</guid>
      </item>
      <item>
         <title>Question 2</title>
         <author>alexdzhz</author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075461491</link>
         <description><![CDATA[<div>Without the -1, the code would be identified as undefined, which is bad.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 18:12:42 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075461491</guid>
      </item>
      <item>
         <title>Question 2: without the -1 there would be an error you have to include it</title>
         <author>daisyzarate8275</author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075509901</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 18:21:23 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1075509901</guid>
      </item>
      <item>
         <title>Zaynab </title>
         <author></author>
         <link>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1076106581</link>
         <description><![CDATA[<div>The -1 would be potentially i identified, at the same time if it isn’t it could quite possibly break the program or run into an error</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-11 20:21:07 UTC</pubDate>
         <guid>https://padlet.com/rarofx/8yphjmrkcqmf32mf/wish/1076106581</guid>
      </item>
   </channel>
</rss>
