#코딩공부
Apps tagged “코딩공부”
Explore 30 apps tagged “코딩공부” that people built on Collabby by chatting. Run any of them, then remix to make it your own.
Related tags
Time Complexity
Time Complexity is an interactive coding-basics lesson about finding whether two people share the same number.
Reference vs Copy
Reference vs Copy is an interactive coding-basics lesson about how JavaScript values, object references, shallow copies, and deep copies behave.
Stacks and Queues
Stacks and Queues is an interactive coding basics lesson that demonstrates how the same items come out in different orders depending on the data structure.
Prompt Writing
Prompt Writing is an interactive AI literacy app that shows how changing a request changes the answer.
AI Hallucination
AI Hallucination is an interactive AI literacy game that teaches players to verify AI answers against a source instead of trusting confident wording.
Training Data and Bias
Training Data and Bias is an interactive AI literacy activity for exploring how examples affect an AI’s answers.
Next Word Prediction
Next Word Prediction is an interactive AI literacy app that shows how a language model can choose the next word from several probabilities.
Tokenization
Tokenization is an interactive AI literacy lesson that shows how language models split words into tokens instead of reading every word as a whole.
Coordinates and Collision
Coordinates and Collision is an interactive coding-basics lesson about using x and y values to position and move objects on a board.
Asynchronous Code
Asynchronous Code is an interactive beginner lesson that demonstrates why JavaScript code can run in a different order from the way it is written.
Binary Search
Binary Search is an interactive coding-basics lesson that compares scanning a list one item at a time, repeatedly halving a sorted list, and using labels to jump directly to an…
Recursion
Recursion is an interactive coding lesson that shows how a function calls itself and why a stopping condition is essential.
JSON
JSON is an interactive beginner lesson about converting JavaScript-style values into JSON text, reading JSON, and sending values between computers.
Sorting Algorithms
Sorting Algorithms is an interactive coding lesson about arranging values with neighboring swaps.
Binary Numbers
Binary Numbers is an interactive coding basics app that teaches how computers represent numbers and letters with zeros and ones.
Working with Strings
Working with Strings is an interactive JavaScript lesson for learning how text behaves.
Objects
Objects is an interactive JavaScript learning app for understanding how objects store multiple values under named properties.
Logical Operators
Logical Operators is an interactive coding basics lesson for learning how JavaScript boolean conditions work together. Explore &&, ||, and !
Drawing Shapes with Loops
Drawing Shapes with Loops is an interactive beginner coding activity where a turtle follows commands and draws lines on an SVG canvas.
Functions and Parameters
Functions and Parameters is an interactive beginner-friendly JavaScript learning app that explains how functions group repeated code, accept values through parameters, and send…
Input Events
Input Events is an interactive coding lesson for comparing JavaScript input and change events.
Arrays
Arrays is an interactive beginner coding lesson that explains how JavaScript arrays store multiple values with zero-based indexes.
Click Events
Click Events is an interactive beginner coding lesson about JavaScript button events and variables.
Conditionals
Conditionals is an interactive coding-basics app that teaches how if, else if, and else rules guide decisions.
Debugging
Debugging is an interactive coding-learning game for finding and fixing bugs in beginner JavaScript snippets.
Daily Code Quiz
Daily Code Quiz is a beginner-friendly JavaScript code-reading game where you predict what short snippets will output.
CSS Styling
CSS Styling is an interactive beginner lesson that shows how CSS properties change text and box layouts.
HTML Tags
HTML Tags is an interactive beginner coding lesson that shows how HTML tags change text and page structure.
Variables and Functions
Variables and Functions is an interactive coding-basics app that teaches variables as named boxes and functions as machines that transform input according to a rule.
Sequence and Loops
Sequence and Loops is an interactive coding game for beginners.
Have an idea? Describe it in plain language and Collabby builds a working app you can run and share.
Build your own