• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
Ismail Avatar
Name:Unknown
Clan:Unknown
Skills:java, c++, javascript, math
Member Since:Apr 2015
Last Seen:Jan 2017
Profiles:
Following:7
Followers:3
Allies:1
View Profile Badges
Ad
Educator, struggling to assess your students?
Assess your classroom or bootcamp with the world leading assessment platform, Qualified.Request your demo today!
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (29)
  • Needs Resolution
  • Custom User Avatar
    • Ismail
    • commented on "Array Imposter (a.k.a. String Undercover)" kata
    • 10 years ago

    I think my browser addon (uMatrix) was blocking parts of the output... Thanks

  • Custom User Avatar
    • Ismail
    • commented on "Pizza pieces" kata
    • 10 years ago

    There are two more translations (python and JS). Here is a description on howto find and approve or decline those:
    https://github.com/Codewars/codewars.com/wiki/Tutorial:-Approving-translations

  • Custom User Avatar
    • Ismail
    • commented on "Array Imposter (a.k.a. String Undercover)" kata
    • 10 years ago

    Did you disable console.log somehow? I think your tests should already output some failure message! Best practice would be to be more descriptive though. For instance:

    Test.describe("Testing 'mutators'", function(){
        Test.it ("pop", function(){
          Test.assertEquals(stringArray("1,hey,3","pop"), "1,hey", "'pop' failed");
        });
        // ...
    });
    
    Test.describe("Testing 'properties'", function(){
      // length etc
    });
    
    
  • Custom User Avatar
    • Ismail
    • created a suggestion for "Array Imposter (a.k.a. String Undercover)" kata
    • 10 years ago

    Does not provide any failure messages.
    Besides that, nice idea and nice kata.
    Thank you

  • Custom User Avatar
    • Ismail
    • created a suggestion for "Array Imposter (a.k.a. String Undercover)" kata
    • 10 years ago

    There is a little typo in the description: "jsFunction" [...] which should jst return the corresponding array property value"

  • Custom User Avatar
    • Ismail
    • created a suggestion for "Array Imposter (a.k.a. String Undercover)" kata
    • 10 years ago

    Why is the solution area prefilled with
    var websites = [];?
    Would it not be better to start with sth like:

    function stringArray(arrayStr, functionOrProperty, optionalArgs) {
      // Your code here
    }
    
  • Custom User Avatar
    • Ismail
    • commented on "Deodorant Evaporator" javascript solution
    • 10 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • Ismail
    • created a suggestion for "Base64 Encoding" kata
    • 10 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • Ismail
    • commented on "Simple safecracking" kata
    • 10 years ago

    Yeah, I first tried to modify the Safe obj. Nice puzzle :-)

  • Custom User Avatar
    • Ismail
    • commented on "Simple safecracking" kata
    • 10 years ago

    I modified your 'Safe' such that it looks like:

    { makeMessage: [Function],
    getMessage: [Function],
    message: '123' }
    [Function]
    123
    The message said: 123
    

    But "123" is still wrong...

  • Custom User Avatar
    • Ismail
    • resolved an issue on "Pizza pieces" kata
    • 10 years ago

    That was fast :-)

  • Custom User Avatar
    • Ismail
    • created an issue for "Pizza pieces" kata
    • 10 years ago

    remove namespace bank and put public static int in correct order in c#

  • Custom User Avatar
    • Ismail
    • commented on "Pizza pieces" kata
    • 10 years ago

    Thank you, but almost:

    namespace Bank {
      using System;
      public class Pizza
      { // ...
    

    Furthermore it has to be public static int and not public int static.

  • Custom User Avatar
    • Ismail
    • commented on "Pizza pieces" kata
    • 10 years ago

    javascript translation kumited

  • Custom User Avatar
    • Ismail
    • commented on "Pizza pieces" kata
    • 10 years ago

    What does the prefilled C# code has to do with this kata? It starts with

    namespace Bank {
      using System;
      public class Account
      { 
      // ...
    

    Besides that, nice cutter!

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...