Hay Kel
Let's code and let's learn
Sunday, April 24, 2022
Create pictures with the CHAR function in Google Sheets
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
How to change the center of a Sprite in Scratch 3
How to create a form with Google Apps Script and submit the data to Goog...
Code.gs function doGet ( request ) { return HtmlService . createTemplateFromFile ( 'Index' ). evaluate (); } function ...
BBC Micro:bit Snake-Game
Code JavaScript function isOnSnake (x: number , y: number ) { for ( let body of snake) { if (body.x() == x &&...
VS Code Live Server Extension: Automatic browser reload
No comments:
Post a Comment