Js daily challenges? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Js daily challenges?

Why are all the language specific challenges in Javascript?

18th Aug 2017, 6:30 AM
Ryan Liston
Ryan Liston - avatar
14 Answers
+ 6
7 languages, 7 days. Lemme edit the code
25th Aug 2017, 1:47 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 7
Like all the daily challenges are in Javascript not HTML, Python, Ruby, etc.
20th Aug 2017, 8:05 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 6
I don't get what you want to tell, could you elaborate it a bit more?
20th Aug 2017, 8:04 AM
Harsh
Harsh - avatar
+ 6
from random import choice while True: for count in range(7): arr=["Java","Javascript","Python","Ruby","C+ +","C#","HTML] challenge=choice(arr) print("Today's daily challenge is in"+challenge) arr.pop(arr.index(challenge)) arr=["Java,"Javascript","Python","Ruby","C++","C#","HTML] #solution in Python
25th Aug 2017, 1:42 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
There are challenges available for all other languages too, I don't know why you can't access them .
25th Aug 2017, 1:35 PM
Harsh
Harsh - avatar
+ 1
the daily challenges. why are they all java script. i do not know how to be more specific than that. i do not feel like that was a vague question.
20th Aug 2017, 12:39 PM
Ryan Liston
Ryan Liston - avatar
+ 1
i have yet to see one.
20th Aug 2017, 12:54 PM
Ryan Liston
Ryan Liston - avatar
+ 1
DAILY challenges.
20th Aug 2017, 12:59 PM
Ryan Liston
Ryan Liston - avatar
+ 1
Perhaps "challenge of the day" would be more clear. Some times it is to pull off a task in any language, but if it is language specific the language is always javascript. Why is it never ruby, python, c++, etc? Why is the focus always on javascript? I am just curious?
21st Aug 2017, 2:27 AM
Ryan Liston
Ryan Liston - avatar
+ 1
Anybody? Why can't I get an answer on this? I'm not bothered by this just curious. I find it very odd that I can't get an answer. Why can't we have a challenge of the day for Ruby, Python, C++ or any language other than Javascript?
25th Aug 2017, 1:33 PM
Ryan Liston
Ryan Liston - avatar
+ 1
not regular challenges. I can see those. The Challenge of the day.
25th Aug 2017, 1:38 PM
Ryan Liston
Ryan Liston - avatar
+ 1
On the page under the home button. Sometimes there's an article to read other times there is a challenge of the day or daily challenge. On occasion it's open to all languages but usually it is specific to a language. When it is specific to a language the language is always in javascript.
25th Aug 2017, 1:41 PM
Ryan Liston
Ryan Liston - avatar
+ 1
It's not very random if it picks the same language all the time.
25th Aug 2017, 1:43 PM
Ryan Liston
Ryan Liston - avatar
0
It's not like that, there are challenges in other languages too.
20th Aug 2017, 12:53 PM
Harsh
Harsh - avatar