1. Home
  2. /
  3. Tynker
  4. /
  5. Function Example

Function Example - Tynker Typing CST Test

Loading…

Function Example — Tynker Code

Defines a function to multiply two numbers.

function multiply(x, y) {
	return x * y;
}
console.log(multiply(4, 5));

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.

More Tynker Typing Exercises

Hello World in Tynker (JavaScript transition mode)Simple Addition in TynkerTynker Loop ExampleTynker If StatementTynker Array ExampleTynker While LoopTynker Object ExampleTynker String ManipulationTynker Random Number

Practice Other Languages

CReactPythonC++RustTypeScriptKotlinPHPJavaC#RubyMqlCqlN1qlCypher