ScratchData LogoScratchData
Back to cs493066's profile

Sorry

CScs493066•Created February 16, 2019
Sorry
0
0
7 views
View on Scratch

Instructions

This is kind of a filler project. My "amazing" animations are very sloppy. | | \___/

Description

So, um, NEWS! Since I'm learning JavaScript, I probably won't use Scratch very much. Scratch programmers are still advanced, but it's just a different way of coding. Now, I will convert some popular Scratch blocks to JavaScript. if blocks: if (?) { } if/else blocks: if(?) { } else { } variables: var ? = ?; repeat until: for (var = ?; var </> ?; var ++/--) { } OR var ? = ? while(? = ?) { }

Project Details

Project ID287418026
CreatedFebruary 16, 2019
Last ModifiedFebruary 17, 2019
SharedFebruary 16, 2019
Visibilityvisible
CommentsAllowed