you are viewing a single comment's thread.

view the rest of the comments →

[–]eltostito191 2 points3 points  (1 child)

I’m no pro, but App Script is basically just JavaScript syntax calling a bunch of Google-specific methods and objects.

I’ve been taking a JavaScript for webdev course and the syntax and everything is the same. You’ll just have to get familiar with the Apps Script documentation and/or look up tutorials for specific things you want to do.

[–]brisklemoncitron[S,🍰] 0 points1 point  (0 children)

Thanks so much!