Skip to content

jerryjhird/Scratch-Hashmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Scratch Hashmaps

Note

this extension while it should work on any scratch fork was tested on Turbowarp and Snail IDE

  • to use this extension go to your fave scratch IDE (that supports custom extensions) go to the Extensions tab and search "Custom Extension" either select the extension.js file, copy and paste its content or paste this url if asked to
https://cdn.jsdelivr.net/gh/jerryjhird/Scratch-Hashmaps@master/extension.js

COMMANDS

add [KEY] with [VALUE] to [MAP]

delete [KEY] from [MAP]

delete all of [MAP]

convert [JSON] to [MAP]

REPORTERS

[ITEM] from [MAP]

length of [MAP]

all keys from [MAP]

all items from [MAP]

convert [MAP] to JSON

BOOLEAN

[MAP] contains [KEY]?


this project is licensed under the MIT license

Contributors