While Loop - Tynker Typing CST Test
Loading…
While Loop — Tynker Code
Prints numbers 1 to 3 using a while loop.
let i = 1;
while(i <= 3) {
console.log(i);
i++;
}Tynker Language Guide
Tynker is a web-based coding platform that teaches programming to children and beginners using visual block coding, interactive lessons, and game-like projects. It gradually transitions learners from block-based coding to text-based languages like Python and JavaScript.
Primary Use Cases
- ▸Teaching programming concepts to children
- ▸Interactive coding lessons and tutorials
- ▸Creating games, animations, and apps
- ▸Preparing students for STEM learning
- ▸Bridging block-based coding to text-based languages
Notable Features
- ▸Visual block-based coding interface
- ▸Progressive lessons from beginner to advanced
- ▸Gamified coding challenges and rewards
- ▸Integration with Minecraft, drones, and robotics
- ▸Supports Python and JavaScript coding
Origin & Creator
Tynker was founded in 2012 by Raj Shah and Krishna Vedati to make coding accessible and fun for children through gamified learning.
Industrial Note
Primarily used in K-12 education, coding camps, and online learning. Rarely used for professional software development outside educational contexts.