feat: The Odin Project Learn Operators and Variables (#53943)

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
Sem Bauke
2024-03-04 20:39:35 +01:00
committed by GitHub
parent 61e5a0d1ad
commit a8ce82facb
11 changed files with 683 additions and 0 deletions
+6
View File
@@ -1175,6 +1175,12 @@
"intro": [
"Explore the distinctions between block and inline elements in HTML and CSS. This course provides insights into how these display types affect layout and behavior, empowering you to make informed design decisions."
]
},
"top-learn-variables-and-operators": {
"title": "Learn Variables and Operators",
"intro": [
"Get started with JavaScript by learning about variables and operators. This course covers the fundamentals of JavaScript programming, including data types, operators, and variable declarations."
]
}
}
},