How to connect to a JSON API output results on page using AJAX JavaScript

How to connect to a JSON API output results on page using AJAX JavaScriptIn this example we connect to the Star Wars API at https://swapi.dev/The API returns results that are within an array format, then using JavaScript loop through the results array and output either the title or the name that is being returned into … Read more

How to Get Vowels from a string

How to Get Vowels from a string Using the match method you can select the RegExp results and create an array of items from the results.  In this case the regular express will return all matches of “aeiou” both upper and lower case and global using the flags gi Select the page elements  const output … Read more

Math Quiz Maker Free Addon for Docs Have FUN

Keep your kids busy with Math Quizzes, Free addon for Google Docs create fun Math quizzes, even adults test your knowledge. https://workspace.google.com/marketplace/app/math_quiz_maker/708278458140?hl=en-CA Simple Add on to Generate Random Math Questions within you Google Docs. You select the number of questions, the values of the numbers and the operators you want in the questions. Magically creates … Read more

Docs Word Search Free Addon Have fun!!!

Anyone looking for a FREE WordSearch maker in Google Docs, I created this about 1 year ago its an addon for Docs and creates wordsearches from a list of words you can customize. Enjoy https://workspace.google.com/marketplace/app/wordsearch_maker/921473344337?hl=en-CA #google #wordsearch

Best Deals Pre Black Friday Sale

Use the promo code EARLY1-22 to get the BEST PRICE POSSIBLE on my courses! I’ve selected the below courses for you! JavaScript Dynamic Web Pages AJAX 30 Projects APIs JSON https://www.udemy.com/course/ajax-json/?couponCode=EARLY1-22 Modern Web Design Beginners HTML CSS JavaScript 25+ Projects https://www.udemy.com/course/modern-web-design/?couponCode=EARLY1-22 Google Apps Script Complete Course New IDE 100+ Examples https://www.udemy.com/course/course-apps-script/?couponCode=EARLY1-22 Complete JavaScript Projects Course … Read more

Apps Script Return response of request values in JSON

You can use the code snippet to check the web app URLs and if you are making AJAX requests to the web app as an endpoint these will return the request values.

How to Set Up GitPages within GitHub quick Git getting started guide local to GitHub files

Git and GitHub Pages Quick Setup GuideGo to https://github.com/ and create an account. Then setup a new repository. Click the Green Code button in the drop down menu to get the HTTPS URL for the repo. You will need this to clone the repo to your local machine. Open your editor, I am using https://code.visualstudio.com/ … Read more

Laurence Svekis Courses 2022

Learn Google Apps Script Coding Project Examples https://www.udemy.com/course/learn-google-apps-script-code/ JavaScript Arrays and Objects Basic Data Structures https://www.udemy.com/course/javascript-coding/ Google Apps Script WebForm and Fetch Request Exercises https://www.udemy.com/course/apps-script-projects/ Spreadsheet Data query from JavaScript Frontend Code AJAX https://www.udemy.com/course/sheet-data-ajax/ Google Apps Script Learn Coding Projects Exercises Resources https://www.udemy.com/course/learn-apps-script/ Getting Started with Google Sites Create a WebPage Quickly https://www.udemy.com/course/google-sites-create-a-webpage/ Google Sheets … Read more

Top Courses Best Deals Fall 2022

Hope you are enjoying the fall season, I wanted to give you an opportunity to get some of the most asked for courses for the best price possible, use the promo code LEARNNOW22 Modern Web Design Beginners HTML CSS JavaScript 25+ Projects https://www.udemy.com/course/modern-web-design/?couponCode=LEARNNOW22 Google Sheets Tips Tricks Quick HowTo Workspace Resources Explore how you can … Read more

JavaScript Fetch Request Explore making a request to text and JSON files with Code

JavaScript Fetch Request Explore making a request to text and JSON files with Code