• Sign Up
  • Kata
  • Kumite
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:Raul Vega
Clan:elixir-es
Member Since:Aug 2016
Last Seen:Feb 2019
Profiles:
Following:820
Followers:819
Allies:814
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (50)
  • Replies
  • Authored
  • Needs Resolution
    • ludovico_codewars
    • created a suggestion for "Sort a 2D array" kata

    It'd be good to add examples in the instructions (they'll look very verbose but helpful anyway).

    • ludovico_codewars
    • commented on "Sort a 2D array" kata

    Array.prototype.flat() is only supported from NodeJS v.11:
    https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flat#Browser_compatibility

    Codewars currently uses NodeJS v8.1.3 (you can check the version at the top of the Kata screen: there's a drop down allowing you to choose language + a dropdown to choose the version).

    • ludovico_codewars
    • created an issue for "Number of anagrams in an array of words" kata

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

    • hugosuastegui
    • commented on "Sort a 2D array" kata

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

    • user3029010
    • resolved a suggestion on "1st day of month that are Sunday in a year range" kata

    done

    • danielcspaiva
    • commented on "Sort a 2D array" kata

    I've tried to use the Array.prototype.flat() method in many different katas and for some reason codewars doesn't seem to accept it. I run all my codes no problem on VSCODE but always get an error when trying to use .flat(). Here is the official doccumentation for the method:

    https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Array/flat

    • Chrono79
    • commented on "Sort a 2D array" kata

    Node v12.13.0 is not supported in CW yet.

    • mdehoogh
    • commented on "Sort a 2D array" kata

    It runs in Node v12.13.0 (on my Mac) perfectly!

    • FArekkusu
    • resolved an issue on "Sort a 2D array" kata

    Not an issue. This method is not available in any of the supported Node versions.

    • mdehoogh
    • created an issue for "Sort a 2D array" kata

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

    • FArekkusu
    • resolved an issue on "Sort a 2D array" kata

    Your sorting step is wrong.

    • josuevalrob
    • created an issue for "Sort a 2D array" kata

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

    • Jomo Pipi
    • commented on "Number of anagrams in an array of words" kata

    Thank you

    • ZozoFouchtra
    • resolved a question on "Number of anagrams in an array of words" kata

    As I finally understood the 11 counted pairs are :

    dell & ledl
    
    abc & cba
    abc & bca
    abc & bac
    abc & cab
    cba & bca
    cba & bac
    cba & cab
    bca & bac
    bca & cab
    bac & cab
    
    • Jomo Pipi
    • created a question for "Number of anagrams in an array of words" kata

    (JS)
    The test is expecting 11 as the answer

    [ 'dell', 'ledl', 'abc', 'cba', 'bca', 'bac', 'cab' ]
    

    How can there be 11 anagrams, when there's only 7 words?

  • Loading more items...
  • © 2021 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Contact
  • powered by

Confirm

  • Cancel
  • Confirm