<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>JS Gruppe 1 by Philipp Erck</title>
      <link>https://padlet.com/philipp_erck/19yusfhylw3i</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2019-05-14 09:04:11 UTC</pubDate>
      <lastBuildDate>2019-06-03 17:01:56 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359838503</link>
         <description><![CDATA[<div>Der Unterschied liegt darin, dass bei serverseitigen Programmiersprachen die Dynamik auf dem Server geschieht und die fertige Seite an den Benutzer ausgeliefert wird, wehrend bei clientseitigen Programmiersprache die Dynamik erst auf dem Rechner des Benutzers stattfindet.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-05-14 11:20:55 UTC</pubDate>
         <guid>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359838503</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359839449</link>
         <description><![CDATA[<div>JavaScript ist eine vollwertige und dynamische Programmiersprache welche, wenn man Sie zu einem HTML Dokument hinzufügt , für Dynamik und Interaktion mit dem Nutzer Sorgt.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-05-14 11:25:02 UTC</pubDate>
         <guid>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359839449</guid>
      </item>
      <item>
         <title>Schrifftliches Beispiel</title>
         <author></author>
         <link>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359840804</link>
         <description><![CDATA[<div>Klickt der Benutzer auf ein Element oder gibt einen text in ein Formularfeld ein.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-05-14 11:30:39 UTC</pubDate>
         <guid>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359840804</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359841434</link>
         <description><![CDATA[<div>const: Erlaubt es nicht das der Selber Name der Variable irgendwo wieder verwendet wird.<br>let: Erlaubt es eine neue Variable in einer wiederkehrenden variable benutzt zu werden und wenn man den selben Namen benutzt verändert sich nichts.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-05-14 11:33:21 UTC</pubDate>
         <guid>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359841434</guid>
      </item>
      <item>
         <title>Beispiel: const</title>
         <author></author>
         <link>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359842921</link>
         <description><![CDATA[<div>Falsch:<br>const aNumber=1;<br>aNumber=2;<br>Error<br><br>Richtig:<br>const aNumber={"a";1}<br>console.log(aNumber)<br>aNumber["b"]=2;<br>console.log(aNumber)</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-05-14 11:39:24 UTC</pubDate>
         <guid>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359842921</guid>
      </item>
      <item>
         <title>Beispiel: let</title>
         <author></author>
         <link>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359845148</link>
         <description><![CDATA[<div>let Name="Gianpaul"<br>function some fune(){<br>  let Name="Alex"<br> console.log("Name outside function",name)<br>}<br>Some Fune()<br><br>console.log("Name outside function",name)</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-05-14 11:46:44 UTC</pubDate>
         <guid>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359845148</guid>
      </item>
      <item>
         <title>queryselector</title>
         <author></author>
         <link>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359847292</link>
         <description><![CDATA[<div>Gibt die <strong>ersten passenden Element-Knoten</strong> in den Knoten-Teilbaum. Wenn<br>keine passenden Knoten gefunden, wird null zurückgegeben.<br><br><strong>QuerySelektorAll:<br></strong>Gibt eine <strong>NodeList mit allen übereinstimmenden Element</strong> Knoten, die innerhalb der<br>Knoten Teilbaum, oder eine leere NodeList, wenn keine übereinstimmungen gefunden werden.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-05-14 11:53:02 UTC</pubDate>
         <guid>https://padlet.com/philipp_erck/19yusfhylw3i/wish/359847292</guid>
      </item>
   </channel>
</rss>
