mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Added recursion to concepts list.
This commit is contained in:
parent
71fd13276f
commit
1c5f176c3c
3 changed files with 3 additions and 0 deletions
|
@ -1212,6 +1212,7 @@
|
|||
variables: "Variables"
|
||||
vectors: "Vectors"
|
||||
while_loops: "While Loops"
|
||||
recursion: "Recursion"
|
||||
|
||||
delta:
|
||||
added: "Added"
|
||||
|
|
|
@ -34,6 +34,7 @@ defaultTasks = [
|
|||
'Write the guide.'
|
||||
'Write a loading tip, if needed.'
|
||||
'Click the Populate i18n button.'
|
||||
'Add programming concepts covered.'
|
||||
|
||||
'Mark whether it requires a subscription.'
|
||||
'Release to everyone via MailChimp.'
|
||||
|
|
|
@ -255,4 +255,5 @@ me.concept = me.shortString enum: [
|
|||
'variables'
|
||||
'vectors'
|
||||
'while_loops'
|
||||
'recursion'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue