Strings
Strings
Pieces of text wrapped in quotes (a letter, a word, a sentence, or a whole paragraph) that Jiki writes on paper.
String Concatenation
Adding strings together with `+` to glue fixed text and variables into one longer string.
String Templates
Using backticks and `${...}` placeholders to slot values straight into a string instead of joining pieces with `+`.
String Indexing
Using square brackets and a position number to pull out a single letter from a string. Remember that positions start at zero.
Iterating Through Strings
Using a `for-of` loop to step through every letter in a string, doing something with each one in turn.
Ready to Start Your Coding Journey?
Join thousands of learners on Jiki.
Practice coding exercises, get feedback from mentors, and level up your skills — it's free!