6 kyu
Beautiful STAR
81 of 82myjinxin2015
Description:
This kata will make some letters around stars with only two step:
Steps:
Input parameters is a string, use
*
around letter, each character is seperated by two spaces.* * * * * * * * * * * * A ---> * A * ABC---> * A * * B * * C * * * * * * * * * * * * *
2)Convert the generated string to the web page code, let it blink
I've defined a string val named blink, this is some code of web page, you will find the position of TEXT HERE
,replace it with your text,but don't forget convert your text to the HTML format. For example, \n
must replace by <br>
, and space will replace by & nsbp;.
Puzzles
Similar Kata:
Stats:
Created | Feb 19, 2016 |
Published | Feb 19, 2016 |
Warriors Trained | 253 |
Total Skips | 19 |
Total Code Submissions | 682 |
Total Times Completed | 82 |
JavaScript Completions | 81 |
Total Stars | 9 |
% of votes with a positive feedback rating | 84% of 40 |
Total "Very Satisfied" Votes | 29 |
Total "Somewhat Satisfied" Votes | 9 |
Total "Not Satisfied" Votes | 2 |
Total Rank Assessments | 5 |
Average Assessed Rank | 6 kyu |
Highest Assessed Rank | 5 kyu |
Lowest Assessed Rank | 7 kyu |