Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 Add .meta/config.json file for concepts #1068

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions concepts/array-analysis/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for array-analysis concept",
"authors": ["peterchu999", "SleeplessByte"],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/array-destructuring/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for array-destructuring concept",
"authors": ["kristinaborn"],
"contributors": ["SleeplessByte"]
}
5 changes: 5 additions & 0 deletions concepts/array-loops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for array-loops concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/arrays/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for arrays concept",
"authors": ["ovidiu141"],
"contributors": ["peterchu999", "SleeplessByte"]
}
5 changes: 5 additions & 0 deletions concepts/basics/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "The minimal knowledge required to get started in JavaScript. Function declarations, variable assignment, and a few operators for numbers. ",
"authors": ["SleeplessByte"],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/booleans/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "A boolean represents one of two values. JavaScript has various logical operators that return a boolean value.",
"authors": ["ovidiu141"],
"contributors": ["rishiosaur", "SleeplessByte"]
}
5 changes: 5 additions & 0 deletions concepts/callbacks/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for callbacks concept",
"authors": ["neenjaw"],
"contributors": ["SleeplessByte"]
}
5 changes: 5 additions & 0 deletions concepts/closures/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for closures concept",
"authors": ["neenjaw"],
"contributors": ["SleeplessByte"]
}
5 changes: 5 additions & 0 deletions concepts/comparison/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "Compare values using operators to check greater than, less than, equals and not equals",
"authors": ["junedev"],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/conditionals/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "Conditional code execution using if-else statements",
"authors": ["junedev"],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/errors/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for errors concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/for-loops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "Execute code repeatedly for different values of an iterator",
"authors": ["junedev"],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/increment-decrement/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "Shorthand notation to increment and decrement numbers using special operators",
"authors": ["junedev"],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/nullability/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for nullability concept",
"authors": ["SleeplessByte", "Jlamon"],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/numbers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "There are two different kinds of numbers in JavaScript - numbers and bigints. Numbers are for everyday use and are always floating point numbers.",
"authors": ["SleeplessByte"],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/promises/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for promises concept",
"authors": ["SleeplessByte"],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/recursion/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for recursion concept",
"authors": ["SleeplessByte"],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/string-formatting/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for string-formatting concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/strings/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "Strings are useful for holding data that can be represented in text form.",
"authors": ["SleeplessByte"],
"contributors": ["hayashi-ay"]
}
5 changes: 5 additions & 0 deletions concepts/variable-parameters/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for variable-parameters concept",
"authors": [],
"contributors": []
}
60 changes: 20 additions & 40 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1505,122 +1505,102 @@
{
"uuid": "e1b15569-387c-4833-8c3b-9a94e0ee1583",
"slug": "array-analysis",
"name": "Array Analysis",
"blurb": "TODO: add blurb for array-analysis concept"
"name": "Array Analysis"
},
{
"uuid": "9f8f96bb-db13-485a-bfe4-6ae3fe2fbf46",
"slug": "array-destructuring",
"name": "Array Destructuring",
"blurb": "TODO: add blurb for array-destructuring concept"
"name": "Array Destructuring"
},
{
"uuid": "5b0ab681-f44f-4910-b2cf-0b1fcd19ba55",
"slug": "array-loops",
"name": "Array Loops",
"blurb": "TODO: add blurb for array-loops concept"
"name": "Array Loops"
},
{
"uuid": "c7c56d2a-636f-4976-9e08-931258a47923",
"slug": "arrays",
"name": "Arrays",
"blurb": "TODO: add blurb for arrays concept"
"name": "Arrays"
},
{
"uuid": "611d6b3d-1241-4432-90f6-8fcffb36917c",
"slug": "basics",
"name": "Basics",
"blurb": "The minimal knowledge required to get started in JavaScript. Function declarations, variable assignment, and a few operators for numbers. "
"name": "Basics"
},
{
"uuid": "791d215c-6813-479a-a126-d9ad9cdc49a9",
"slug": "booleans",
"name": "Booleans",
"blurb": "A boolean represents one of two values. JavaScript has various logical operators that return a boolean value."
"name": "Booleans"
},
{
"uuid": "fba5ca5c-849c-44ee-91be-3d6c81a3cf4e",
"slug": "callbacks",
"name": "Callbacks",
"blurb": "TODO: add blurb for callbacks concept"
"name": "Callbacks"
},
{
"uuid": "bffd6d06-c10a-469c-812b-9b75010c8416",
"slug": "closures",
"name": "Closures",
"blurb": "TODO: add blurb for closures concept"
"name": "Closures"
},
{
"uuid": "2d0b9f1f-c135-4014-b87c-25b081387002",
"slug": "conditionals",
"name": "Conditionals",
"blurb": "Conditional code execution using if-else statements"
"name": "Conditionals"
},
{
"uuid": "95ba7bed-c370-4f20-9173-79cbd5c2416e",
"slug": "errors",
"name": "Errors",
"blurb": "TODO: add blurb for errors concept"
"name": "Errors"
},
{
"uuid": "008f1c88-7c14-48b2-a88d-49ecb5e3b122",
"slug": "nullability",
"name": "Nullability",
"blurb": "TODO: add blurb for nullability concept"
"name": "Nullability"
},
{
"uuid": "8da586c3-9327-46e2-ad32-c8423061912d",
"slug": "numbers",
"name": "Numbers",
"blurb": "There are two different kinds of numbers in JavaScript - numbers and bigints. Numbers are for everyday use and are always floating point numbers."
"name": "Numbers"
},
{
"uuid": "b3aa57d9-74b2-4d04-a673-ae2402630d8b",
"slug": "promises",
"name": "Promises",
"blurb": "TODO: add blurb for promises concept"
"name": "Promises"
},
{
"uuid": "cfbc96fa-717e-4f29-a91d-760ebea88822",
"slug": "recursion",
"name": "Recursion",
"blurb": "TODO: add blurb for recursion concept"
"name": "Recursion"
},
{
"uuid": "19085ad2-038a-4e08-ad34-47ff2a78fec6",
"slug": "string-formatting",
"name": "String Formatting",
"blurb": "TODO: add blurb for string-formatting concept"
"name": "String Formatting"
},
{
"uuid": "7d5c1533-c7cf-418e-b0f2-080da1e5bdc5",
"slug": "strings",
"name": "Strings",
"blurb": "Strings are useful for holding data that can be represented in text form. "
"name": "Strings"
},
{
"uuid": "a8cdc468-c950-43d7-a1b8-99a5e0de651a",
"slug": "variable-parameters",
"name": "Variable Parameters",
"blurb": "TODO: add blurb for variable-parameters concept"
"name": "Variable Parameters"
},
{
"uuid": "ef1e44db-5fd0-4550-9135-7522303e7e42",
"slug": "comparison",
"name": "Comparison",
"blurb": "Compare values using operators to check greater than, less than, equals and not equals"
"name": "Comparison"
},
{
"uuid": "be301f37-6cf4-4688-949e-75a8976a91e3",
"slug": "for-loops",
"name": "For Loops",
"blurb": "Execute code repeatedly for different values of an iterator"
"name": "For Loops"
},
{
"uuid": "a2347a19-1e44-449b-9741-94eda00d8ba7",
"slug": "increment-decrement",
"name": "Increment and Decrement Operators",
"blurb": "Shorthand notation to increment and decrement numbers using special operators"
"name": "Increment and Decrement Operators"
}
],
"key_features": [
Expand Down