Closed Thread
Page 10 of 22 FirstFirst ... 8 9 10 11 12 20 ... LastLast
Results 91 to 100 of 214

Thread: Day of the Programmer

  1. #91
    Recruit
    Join Date
    Aug 2018
    Posts
    1
    World
    Ares
    Well, been a LONG time since I've done Javascript, but that looks like it'd be:

    Prize_Crystal. Secret word: ornamentalsmith
    But I think
    ornamentalsmith
    is all you're looking for right?
    That is, if I remembered how to read code even in the slightest... LOL

  2. #92
    Soldier
    Join Date
    Feb 2012
    Posts
    59
    World
    Zeus
    I fixed it so it would actually run in javascript lol

    var Prize_Crystal;
    var reverse = function(s) {
    return s.split('').reverse( ).join('');
    };
    var communitymanager = {
    Str1: 'al',
    Str2: reverse('hti'),
    Str3: reverse('tne'),
    Str4:reverse('nro'),
    Str5: 'am',
    Str6:reverse('ms'),

    request: function(preference) {
    return preference + '. Secret word: '
    +this.Str4+this.Str5+this.Str3+this.Str1+this.Str6 +this.Str2;
    }
    };
    communitymanager.request(Prize_Crystal);

    Answer:
    "undefined. Secret word: ornamentalsmith"

  3. #93
    Settler
    Join Date
    Oct 2012
    Location
    North Vancouver, BC
    Posts
    105
    World
    Ares
    ornamentalsmith

  4. #94
    Recruit
    Join Date
    Sep 2015
    Posts
    3
    World
    Ares
    100. Secret word: ornamentalsmith

  5. #95
    Recruit
    Join Date
    Mar 2015
    Posts
    7
    World
    Ares

    Secret word

    Hi, the secret word is "ornamentalsmith"

    Happy settling

    cheesebiscuit

  6. #96
    Recruit
    Join Date
    Sep 2014
    Posts
    7
    World
    Ares
    ornamentalsmith

  7. #97
    Recruit
    Join Date
    Jul 2014
    Posts
    8
    World
    Ares
    ornamentalsmith

  8. #98
    Recruit
    Join Date
    Jan 2017
    Posts
    35
    World
    Zeus
    well i guess on reconsidering after, its ornamentalsmith without a space :P

  9. #99
    Recruit
    Join Date
    Sep 2012
    Location
    USA
    Posts
    11
    World
    Ares
    ornamentalsmith

  10. #100
    Recruit
    Join Date
    Jul 2016
    Posts
    5
    World
    Zeus
    ornamentalsmith

Closed Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts