Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 681 Bytes

test.md

File metadata and controls

57 lines (39 loc) · 681 Bytes

empty page for testing plugins, etc.

quiz:


Test quiz!

Good Bad
Do you like to code? (x) ( )

coding, hooray!

What languages does CodeHS teach?

  • JS
  • COBOL
  • SQL
  • FORTRAN

Yeah, hooray.

very great


exercise:


Define a variable x equal to 10.

var x =
var x = 10;
assert(x == 10);
// This is context code available everywhere
// The user will be able to call magicFunc in his code
function magicFunc() {
    return 3;
}

image:

ReadWriteCode