mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Added 'arguments' to the concepts list, and renamed while loops to just 'Loops', for now
This commit is contained in:
parent
0c427ff440
commit
5ab7fd7840
2 changed files with 3 additions and 1 deletions
app
|
@ -1197,6 +1197,7 @@
|
|||
concepts:
|
||||
advanced_strings: "Advanced Strings"
|
||||
algorithms: "Algorithms"
|
||||
arguments: "Arguments"
|
||||
arithmetic: "Arithmetic"
|
||||
arrays: "Arrays"
|
||||
basic_syntax: "Basic Syntax"
|
||||
|
@ -1212,7 +1213,7 @@
|
|||
strings: "Strings"
|
||||
variables: "Variables"
|
||||
vectors: "Vectors"
|
||||
while_loops: "While Loops"
|
||||
while_loops: "Loops"
|
||||
recursion: "Recursion"
|
||||
|
||||
delta:
|
||||
|
|
|
@ -239,6 +239,7 @@ me.task = me.object {title: 'Task', description: 'A task to be completed', forma
|
|||
me.concept = me.shortString enum: [
|
||||
'advanced_strings'
|
||||
'algorithms'
|
||||
'arguments'
|
||||
'arithmetic'
|
||||
'arrays'
|
||||
'basic_syntax'
|
||||
|
|
Loading…
Add table
Reference in a new issue