Skip to content

A Javascript site which helps you memorize codes

Notifications You must be signed in to change notification settings

hsun05/code-memorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

code-memorize

A Javascript site that helps you memorize codes

How to use

  1. Paste your original code into [.code_input] textbox
<textarea id="code" class="code_input">
<!-- CODE INPUT AREA START -->
#include <stdio.h>

void main(){
  int a = 1;
}
<!-- CODE INPUT AREA END -->
</textarea>
  1. Write codes to test and hint for that into const mission on line 83
const mission = {
  "int a = 1;", "int a is missing"
}

Comments

You can use //, but you can't use /* */

About

A Javascript site which helps you memorize codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages