What is Google Apps Script?

Google Apps Script can save you so much time and allow you to do what you really wish you could do with Google Apps.

Pull the Paragraph

SAVE HOURS! This Add-on by Alice Keeler will let you read all student work from Google Docs and give feedback without having to open the documents

Coding Google Slides

Google Apps Script is one of the easier coding languages to learn (I think) because of several reasons. One is that where you make the code and how you execute the code are in the same place. That is pretty unique. Google Slides is NOT the place to start coding Google Apps Script. There are […]

Intro to Coding Google Apps Script

You know nothing. You want to start learning how to code. This is an introduction to what Google Apps Script is. The first step in your journey.

Coding Google Classroom

Ready for advanced Google Apps Script and get into coding Google Classroom? Check out this tutorial video.

Webinar: Coding ES6 – Google Apps Script

If you have been coding Google Apps Script the update of JavaScript to ES6 has some new features. Such as use let instead of var (you can still use var). Let’s go over some coding that uses updated JavaScript. https://www.labnol.org/es6-google-apps-script-v8-200206 https://www.w3schools.com/js/js_es6.asp http://es6-features.org/#Constants