Input & Output! 🖥✨
Think of using a calculator — you enter 15 + 27 (input), and it shows 42 (output)!
In coding, input is the information you give to a computer, and output is the result it gives you back. Simple and fun!
#KidsWhoCode#LearnToCode#CodingBasics
"Want to start coding? Remember, coding is giving direct orders to a computer. Break down the problem, then tell the computer what to do. No telepathy needed! #codingbasics#softwareengineering#learnToCode"
*Day 3 of my full stack web development journey! Still learning the basics, building confidence, and loving the process. Onward and upward! 🚀 #FullStack#WebDevelopment#CodingBasics*
*Day 3 of my full stack web development journey! Still learning the basics, building confidence, and loving the process. Onward and upward! 🚀 #FullStack#WebDevelopment#CodingBasics*
JS null vs undefined got you confused?
• null: intentionally empty
• undefined: not assigned
Ever mix them up? Tell your story! #JavaScript#CodingBasics
Day 3 ⭐
Built a Python function that finds the first vowel in a string and counts it — focusing on precise, clean logic step-by-step. Loving how small functions build big skills! 🐍✨ #Python#CodingBasics#FunctionPower#logic
What is http Delete Methods?
The DELETE method is used to remove a resource from the server. When a DELETE request is sent to a specific URL, it tells the server to delete the resource located there.
#WebDev#HTTPMethods#CodingBasics#FrontendTips#webdevelopment#http