7 kyu

Hashes on Hashes

Description:

Given an array of words and numbers, the number to the left of the word indicates how many letters in that word will be hashed out, starting from the first letter. Ex: [3, 'frank'] ==> '###nk'. Return an array with the hashed words.

Algorithms

More By Author:

Check out these other kata created by Coder_38

Stats:

CreatedFeb 24, 2018
PublishedFeb 24, 2018
Warriors Trained355
Total Skips9
Total Code Submissions371
Total Times Completed162
Ruby Completions162
Total Stars5
% of votes with a positive feedback rating92% of 51
Total "Very Satisfied" Votes44
Total "Somewhat Satisfied" Votes6
Total "Not Satisfied" Votes1
Total Rank Assessments3
Average Assessed Rank
7 kyu
Highest Assessed Rank
7 kyu
Lowest Assessed Rank
7 kyu
Ad
Contributors
  • Coder_38 Avatar
  • Voile Avatar
Ad