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/javascript

IT Community and Answers Latest Questions

Anonymous
Anonymous
Asked: September 7, 2021In: Codewars solutions and discussions

Short Long Short codewars js

Given 2 strings, a and b, return a string of the form short+long+short, with the shorter string on the outside and the longer string on the inside. The strings will not be the same length, but they ...

javascriptjs
  • 0
  • 1 1 Answer
  • 63 Views
Answer
Anonymous
Anonymous
Asked: August 16, 2021In: Codewars solutions and discussions

Reversed sequence javascript codewars 8 kyu

Build a function that returns an array of integers from n to 1 where n>0. Example : n=5 –> [5,4,3,2,1] Related Questions and Answers:Crash Override codewars js

javascriptjs
  • 0
  • 2 2 Answers
  • 465 Views
Answer
john_t
john_tEnlightened
Asked: August 8, 2021In: Codewars solutions and discussions

get ascii value of character codewars js

Description:get ascii value of characterwrite a function getASCII which inputs a character and returns the corresponding ascii value for that character. Example : getASCII(‘A’) => 65for ASCII table, you can refer to http://www.asciitable.com/   const getASCII = c ...

codewarscodewars katacodewars solutionsjavascriptjs
  • 0
  • 0 0 Answers
  • 11 Views
Answer
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
  • 15 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
  • 24 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
  • 15 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
  • Anonymous

    Short Long Short codewars 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.