diff --git a/config.json b/config.json index d7df749326969..81565add3c0c9 100644 --- a/config.json +++ b/config.json @@ -1021,6 +1021,11 @@ "slug": "composite-types", "name": "Composite Types" }, + { + "uuid": "0d312606-7738-4b0a-9c33-564c40c6f35d", + "slug": "conditionals", + "name": "Conditionals" + }, { "uuid": "3584666e-faaa-4a30-b5af-b80c4ee980c7", "slug": "constants", @@ -1046,6 +1051,11 @@ "slug": "functions", "name": "Functions" }, + { + "uuid": "684a989c-530f-43df-9a1d-d76708528312", + "slug": "if-expressions", + "name": "If Expressions" + }, { "uuid": "cdf8b342-f8b6-4b34-8c6c-05c968c685bf", "slug": "kwdef", @@ -1096,11 +1106,21 @@ "slug": "randomness", "name": "Randomness" }, + { + "uuid": "25d93b83-fbca-452a-bac2-e5b0d3b656eb", + "slug": "short-circuit-evaluation", + "name": "Short-Circuit Evaluation" + }, { "uuid": "ac862fcd-90a1-404c-8f6d-ba42f2c813a4", "slug": "symbols", "name": "Symbols" }, + { + "uuid": "6587e5b6-f87f-4a57-81bb-080d030409ff", + "slug": "ternary-operator", + "name": "Ternary Operator" + }, { "uuid": "7ebfefea-f725-4b3e-9f2d-b5820b73dd9a", "slug": "unicode-identifiers",