6 kyu

Beautiful STAR

81 of 82myjinxin2015

Description:

This kata will make some letters around stars with only two step:

Steps:

  1. 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

Stats:

CreatedFeb 19, 2016
PublishedFeb 19, 2016
Warriors Trained253
Total Skips19
Total Code Submissions682
Total Times Completed82
JavaScript Completions81
Total Stars9
% of votes with a positive feedback rating84% of 40
Total "Very Satisfied" Votes29
Total "Somewhat Satisfied" Votes9
Total "Not Satisfied" Votes2
Total Rank Assessments5
Average Assessed Rank
6 kyu
Highest Assessed Rank
5 kyu
Lowest Assessed Rank
7 kyu
Ad
Contributors
  • myjinxin2015 Avatar
  • Voile Avatar
  • user9644768 Avatar
Ad