#코딩공부

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.

#coding#codingbasics#algorithms+6
by INYOUNG AN0🍴 0

Reference vs Copy

Reference vs Copy is an interactive coding-basics lesson about how JavaScript values, object references, shallow copies, and deep copies behave.

#coding#codingbasics#references+6
by INYOUNG AN0🍴 0

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.

#coding#codingbasics#stack+6
by INYOUNG AN0🍴 0

Prompt Writing

Prompt Writing is an interactive AI literacy app that shows how changing a request changes the answer.

#ai#ailiteracy#prompt+6
by INYOUNG AN0🍴 0

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.

#ai#ailiteracy#hallucination+6
by INYOUNG AN0🍴 0

Training Data and Bias

Training Data and Bias is an interactive AI literacy activity for exploring how examples affect an AI’s answers.

#ai#ailiteracy#databias+6
by INYOUNG AN0🍴 0

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.

#ai#ailiteracy#probability+6
by INYOUNG AN0🍴 0

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.

#ai#ailiteracy#token+6
by INYOUNG AN0🍴 0

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.

#coding#coding_basics#coordinates+6
by INYOUNG AN0🍴 0

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.

#coding#codingbasics#time+6
by INYOUNG AN0🍴 0

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…

#coding#codingbasics#search+6
by INYOUNG AN0🍴 0

Recursion

Recursion is an interactive coding lesson that shows how a function calls itself and why a stopping condition is essential.

#coding#codingbasics#recursion+6
by INYOUNG AN0🍴 0

JSON

JSON is an interactive beginner lesson about converting JavaScript-style values into JSON text, reading JSON, and sending values between computers.

#coding#codingbasics#json+6
by INYOUNG AN0🍴 0

Sorting Algorithms

Sorting Algorithms is an interactive coding lesson about arranging values with neighboring swaps.

#coding#codingbasics#sorting+6
by INYOUNG AN0🍴 0

Binary Numbers

Binary Numbers is an interactive coding basics app that teaches how computers represent numbers and letters with zeros and ones.

#coding#codingbasics#binary+6
by INYOUNG AN0🍴 0

Working with Strings

Working with Strings is an interactive JavaScript lesson for learning how text behaves.

#coding#codingbasics#strings+6
by INYOUNG AN0🍴 0

Objects

Objects is an interactive JavaScript learning app for understanding how objects store multiple values under named properties.

#coding#codingbasics#objects+6
by INYOUNG AN0🍴 0

Logical Operators

Logical Operators is an interactive coding basics lesson for learning how JavaScript boolean conditions work together. Explore &&, ||, and !

#coding#codingbasics#conditionals+6
by INYOUNG AN0🍴 0

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.

#coding#codingbasics#loops+6
by INYOUNG AN0🍴 0

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…

#coding#codingbasics#functions+6
by INYOUNG AN0🍴 0

Input Events

Input Events is an interactive coding lesson for comparing JavaScript input and change events.

#coding#codingbasics#input+6
by INYOUNG AN0🍴 0

Arrays

Arrays is an interactive beginner coding lesson that explains how JavaScript arrays store multiple values with zero-based indexes.

#coding#codingbasics#arrays+6
by INYOUNG AN0🍴 0

Click Events

Click Events is an interactive beginner coding lesson about JavaScript button events and variables.

#coding#codingbasics#events+6
by INYOUNG AN0🍴 0

Conditionals

Conditionals is an interactive coding-basics app that teaches how if, else if, and else rules guide decisions.

#coding#codingbasics#conditionals+6
by INYOUNG AN0🍴 0

Debugging

Debugging is an interactive coding-learning game for finding and fixing bugs in beginner JavaScript snippets.

#coding#codingbasics#debugging+6
by INYOUNG AN0🍴 0

Daily Code Quiz

Daily Code Quiz is a beginner-friendly JavaScript code-reading game where you predict what short snippets will output.

#coding#codingbasics#daily+6
by INYOUNG AN0🍴 0

CSS Styling

CSS Styling is an interactive beginner lesson that shows how CSS properties change text and box layouts.

#coding#codingbasics#css+6
by INYOUNG AN0🍴 0

HTML Tags

HTML Tags is an interactive beginner coding lesson that shows how HTML tags change text and page structure.

#coding#codingbasics#html+6
by INYOUNG AN0🍴 0

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.

#coding#codingbasics#variables+6
by INYOUNG AN0🍴 0

Sequence and Loops

Sequence and Loops is an interactive coding game for beginners.

#coding#codingbasics#sequence+6
by INYOUNG AN0🍴 0

Have an idea? Describe it in plain language and Collabby builds a working app you can run and share.

Build your own