5 exercises on three-consonant onset clusters in tech words.
0 / 5 completed
1 / 5
How should the cluster in "strict" be articulated?
strict = /strɪkt/: a smooth three-consonant onset "s-t-r" with no vowel inserted. Many learners add a vowel ("suh-trict" or "es-trict") or turn "st" into "sh". Keep it tight: hiss the "s", tap the "t", then glide into "r" before the vowel. Practise "strict mode", "strict equality", "strict typing". The ending "-ct" is also a cluster (/kt/) - both "k" and "t" are pronounced crisply, not dropped.
2 / 5
How is "string" pronounced?
string = /strɪŋ/, one syllable: "s-t-r" cluster + "-ing" with the "ng" velar nasal (/ŋ/), no hard "g" afterward. Avoid inserting a vowel before or inside the cluster. The most common data type in your code - "a string variable", "string concatenation", "string interpolation" - so nail it. End with a clean "-ing" (/ɪŋ/); don't say "strin-guh". Blend the opening three consonants seamlessly: hiss-tap-glide into the vowel.
3 / 5
How is "spread" (as in spread operator) pronounced?
spread = /sprɛd/, one syllable rhyming with "bread". The onset "s-p-r" is a three-consonant blend - hiss the "s", pop the "p", glide the "r", all before a short "e". No vowel between the consonants. In JS you say "the spread operator", "spread the array". Don't pronounce it "SPREE-ad" (two syllables) - it's a single tight syllable. The double "e" in spelling is just a short "e" sound, like "head" or "dead".
4 / 5
How is "scripting" pronounced?
SKRIP-ting (/ˈskrɪptɪŋ/): the onset "s-k-r" is a three-consonant cluster - hiss "s", hard "k", then "r". The "sc" before "r" is always a hard "k" sound, not "s". Stress the first syllable. Then "-ting" ends with the "-ing" nasal. You'll say "scripting language", "shell scripting", "cross-site scripting (XSS)". Keep the cluster clean: "SKR-", not "shr-" or "sker-". This same "scr-" onset appears in "script", "scroll", and "screen".
5 / 5
How is "splice" (as in Array.splice) pronounced?
splice = /splaɪs/, one syllable rhyming with "ice" or "nice". The onset "s-p-l" is a three-consonant cluster - hiss "s", pop "p", then "l", all before a long "eye" sound. End with a clear "s" (not "z"). In JS, "array dot splice" removes or inserts elements. Don't confuse with "slice" (/slaɪs/), which drops the "p". So "splice" has three opening consonants, "slice" has two. Both end in the same "-ice" rhyme.