Match the code on the left to the syntax error on the right. If you get stuck, try typing the expression into the editor and see what happens!

Code What’s the error?

1+2

1

A

missing parentheses

3 < 4 or 5 > 10

2

B

space between function and arguments

"I never make mistakes!

3

C

wrong keyword

"star (50, "solid", "red")

4

D

no whitespace around the operator

"circle(100 "solid" "pink")

5

E

unclosed string

function f(x): x + 1 end

6

F

missing colon

fun g(x) num-sqr(x) end

7

G

missing commas

These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, and 1738598). CCbadge Bootstrap by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.