spiffy

Javascript – How To Code

all-scribbly coding

https://www.digitalocean.com/community/tutorial_series/how-to-code-in-javascript How To Code in JavaScript by Lisa Tagliaferri and Tania Rascia JavaScript is a high-level, object-based, dynamic scripting language popular as a tool for making webpages interactive. How To Use the JavaScript Developer Console June 27, 2017 This tutorial will go over how to work with the Console in JavaScript within the context of […]

Javascript – How To Code Read More »

GGL – All Quickstarts | How To’s

all-scribbly

QUICKSTARTS: https://cloud.google.com/resource-manager/docs/quickstarts Javascript QuickStart: https://developers.google.com/calendar/quickstart/js CREATE PROJECT ENABLE API: https://developers.google.com/workspace/guides/create-project CREATE CREDENTIALS: https://developers.google.com/workspace/guides/create-credentials GITHUB: https://github.com/google/google-api-javascript-client ADDITIONAL INFO::: CREATE AN ACCOUNT WITH DOMAIN WIDE CREDENTIALS: https://developers.google.com/workspace/guides/create-credentials#createsvc GGL Calendar In this document, continue with the documentation that corresponds to your app type: Create Web application credentials (client-side JavaScript). Use to this section for the JavaScript quickstart. Create Web

GGL – All Quickstarts | How To’s Read More »

Purus Quam

no-frontend

Ok editus are you going to fuck this all up? Why did the title disappear –  I guess – show ignore items fixed that.  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut ut neque at mauris tristique ultrices. Sed ut augue convallis, pharetra nisl in, pulvinar augue. Curabitur purus quam, gravida eleifend bibendum vel,

Purus Quam Read More »

Lorum Ipsum

no-frontend

code stuff from editusLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut ut neque at mauris tristique ultrices. Sed ut augue convallis, pharetra nisl in, pulvinar augue. Curabitur purus quam, gravida eleifend bibendum vel, ultricies eget nibh. Morbi finibus dui arcu, a congue dui tempus vulputate. Cras metus dolor, bibendum quis diam a, fringilla accumsan

Lorum Ipsum Read More »

Javascript Notes – One

coding

List of declared keywords. Good basic steps to remember // 1. Declare variables and capture input. const adjective = prompt(“Give me a compliment”); console.log( adjective ); // 2. Combine the input with other words to create a story. const compliment = `<p>You are so right I am: ${adjective} just the so …</p>`; console.log( compliment );

Javascript Notes – One Read More »