Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Enter "hello" ( hello )

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Enter "hello" ( hello )

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Enter "hello" ( hello )

Have an account? Sign In Now

Please type your username.

Please type your E-Mail.

Please choose an appropriate title for the question so it can be answered easily.

Please choose the appropriate section so the question can be searched easily.

Please choose suitable Keywords Ex: question, poll.

Browse
Type the description thoroughly and in details.

Choose from here the video type.

Put Video ID here: https://www.youtube.com/watch?v=sdUUx5FdySs Ex: "sdUUx5FdySs".

Enter "hello" ( hello )

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

IT Community and Answers

IT Community and Answers Logo IT Community and Answers Logo

IT Community and Answers Navigation

Search
Ask A Question

Mobile menu

Close
Ask a Question
You can use WP menu builder to build menus
Home/js/Page 2

IT Community and Answers Latest Questions

john_t
john_tEnlightened
Asked: August 8, 2021In: Codewars solutions and discussions

easy logs js codewars 8 kyu

Description:Add two logs with base X, with the value of A and B. Example log A + log B where the base is X.   function logs(x , a, b){ return (Math.log(a*b) / Math.log(x)); } Related Questions ...

codewarscodewars katacodewars kata solutioncodewars solutionsjavascriptjs
  • 0
  • 0 0 Answers
  • 33 Views
Answer
john_t
john_tEnlightened
Asked: August 8, 2021In: Codewars solutions and discussions

get character from ASCII Value codewars javascript task

Description:Get character from ASCII ValueWrite a function getChar/GetChar/get_char which takes a number and returns the corresponding ASCII char for that value.Example:getChar(65) # => ‘A’For ASCII table, you can refer to http://www.asciitable.com/     function getChar(c) { ...

codewars katacodewars kata solutioncodewars solutionsjavascriptjs
  • 0
  • 0 0 Answers
  • 9 Views
Answer
john_t
john_tEnlightened
Asked: August 8, 2021In: Codewars solutions and discussions

Get Nth Even Number codewars js

Return the Nth Even Number Example(Input –> Output) 1 --> 0 (the first even number is 0) 3 --> 4 (the 3rd even number is 4 (0, 2, 4)) 100 --> 198 1298734 --> 2597466 The input will not be 0. function nthEven(n){ return (n-1)*2; } // function nthEven(n) { ...

codewarscodewars katacodewars kata solutioncodewars solutionsjavascriptjs
  • 0
  • 0 0 Answers
  • 26 Views
Answer
john_t
john_tEnlightened
Asked: August 8, 2021In: Codewars solutions and discussions

Century From Year codewars js

Introduction The first century spans from the year 1 up to and including the year 100, The second – from the year 101 up to and including the year 200, etc. Task : Given a year, return the century it is in. Input , Output Examples : 1705 --> ...

codewarscodewars katacodewars kata solutioncodewars solutionsjs
  • 0
  • 0 0 Answers
  • 394 Views
Answer
john_t
john_tEnlightened
Asked: August 8, 2021In: Codewars solutions and discussions

Lario and Muigi Pipe Problem codewars javascript

Issue Looks like some hoodlum plumber and his brother has been running around and damaging your stages again. The pipes connecting your level’s stages together need to be fixed before you receive any more complaints. Each pipe should be connecting, since the levels ...

codewarscodewars katacodewars kata solutioncodewars solutionsjavascriptjs
  • 0
  • 0 0 Answers
  • 25 Views
Answer
john_t
john_tEnlightened
Asked: August 8, 2021In: Codewars solutions and discussions

Crash Override codewars js

Every budding hacker needs an alias! The Phantom Phreak, Acid Burn, Zero Cool and Crash Override are some notable examples from the film Hackers. Your task is to create a function that, given a proper first and last name, will return the correct alias. Two objects that return a ...

codewarscodewars katacodewars kata solutioncodewars solutionsjavascriptjs
  • 0
  • 0 0 Answers
  • 121 Views
Answer
john_t
john_tEnlightened
Asked: August 8, 2021In: Codewars solutions and discussions

transform an array into a string Codewars JS

Description:A simple kata, my first.simply tranform an array into a string, like so:transform([4, -56, true, “box”]) => “4-56truebox”have fun coding! function transform(array) { return array.map(v=>v===null?'null':v).join`` } © 2021 GitHub, Inc. Related Questions and Answers:

codewarscodewars katacodewars kata solutioncodewars solutionsjavascriptjs
  • 0
  • 0 0 Answers
  • 7 Views
Answer
Load More Questions

Sidebar

Ask A Question

Stats

  • Questions 778
  • Answers 10
  • Best Answers 8
  • Users 2
  • Popular
  • Answers
  • Anonymous

    Logical calculator Codewars JS 8 kyu

    • 2 Answers
  • Anonymous

    Reversed sequence javascript codewars 8 kyu

    • 2 Answers
  • john_t

    Are arrow functions odd?.js

    • 1 Answer
  • john_t
    john_t added an answer function odds(values){ return values.filter(values => values % 2 != 0);… September 12, 2021 at 6:29 pm
  • john_t
    john_t added an answer function toCsvText(array) { return array.join('\n'); } https://www.codewars.com/kata/5a34af40e1ce0eb1f5000036/train/javascript September 12, 2021 at 6:20 pm
  • john_t
    john_t added an answer function solution(a, b){ return a.length < b.length ? a +… September 7, 2021 at 8:04 pm

Top Members

john_t

john_t

  • 774 Questions
  • 55k Points
Enlightened
Jacob

Jacob

  • 1 Question
  • 21 Points
Begginer

Trending Tags

codewars codewars js 8 kyu codewars kata codewars kata solution codewars solutions data studio ga individual qualification exam answers google ads Google Analytics Individual Qualification google analytics individual qualification exam answers javascript js Segment Conversion Type Name

Explore

  • Questions
    • New Questions

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.