ord=(a)=>a.charCodeAt(0)
chr=(a)=>String.fromCharCode(a)
print=(...a)=>console.log(...a)
name_encoded='8G6'
name_decoded_cap=''
name_decoded_small=''
for(i=0;i<name_encoded.length;i++){
name_decoded_cap += chr(ord(name_encoded[i])+12)
name_decoded_small += chr(ord(name_encoded[i])+44)
}
print(name_decoded_cap,name_decoded_small)
//Output : DSB dsb
//Output is given for those who are too lazy to copy paste this code and run it
// DSB / dsb => Devadut S Balan / devadut s balan
- 8 : Octa
- G : English Alphabet at position 7
- 6 : Number at position 6
- Perfect Counting Example
- Code of Jamaica the country famous for the earliest Science & Technolog 🔭🖥️
- Jamaica country of my favrote sports star Usain St Leo Bolt 🏃🏿