<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Dos and Donts: Best Practices When Learning JavaScript by Justin Keene</title>
      <link>https://padlet.com/justin_keene/fv0al89eehc8</link>
      <description>Write things you learned or questions you have from the video.</description>
      <language>en-us</language>
      <pubDate>2017-12-05 20:48:46 UTC</pubDate>
      <lastBuildDate>2017-12-09 13:12:05 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>getGlobal()</title>
         <author>justin_keene</author>
         <link>https://padlet.com/justin_keene/fv0al89eehc8/wish/213520243</link>
         <description><![CDATA[<div>&nbsp;I have learned to create a function I like to call getGlobal() as a way to store my variables, that I then will call throughout the script.&nbsp; This allows me to only have to change their values in one place.&nbsp; &nbsp;<br><br>I even saved a keep note with a template of this function.<br><br>function getGlobal() {<br>&nbsp; var obj = {<br>&nbsp; &nbsp; ssId: "",<br>&nbsp; &nbsp; templateDoc: "",<br>&nbsp; &nbsp; sheet: "Sheet1"&nbsp; &nbsp;<br>&nbsp; }<br>&nbsp; return obj<br>}</div><div><br><br></div><div>function test(){<br>&nbsp;var global = getGlobal();<br>&nbsp; Logger.log(global.ssId)</div><div>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-05 21:39:11 UTC</pubDate>
         <guid>https://padlet.com/justin_keene/fv0al89eehc8/wish/213520243</guid>
      </item>
      <item>
         <title>What exactly are &quot;DOM&quot; operations?</title>
         <author>justin_keene</author>
         <link>https://padlet.com/justin_keene/fv0al89eehc8/wish/213532286</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-12-05 22:32:01 UTC</pubDate>
         <guid>https://padlet.com/justin_keene/fv0al89eehc8/wish/213532286</guid>
      </item>
   </channel>
</rss>
