HTML Diff
5 added 100 removed
Original 2026-01-01
Modified 2026-02-21
1 - <p>User question #98393</p>
1 + <p>TOO "Hexlet"</p>
2 - <p>Добрый день почему этот код не проходит проверку? Если при запуске на Online Python beta все работает правильно. def normalizeurl(adress): normalizeurl = adress.startswith('https://') if normalizeurl == True: return adress else: return 'https://' + adress[7:] print(normalizeurl('http://ya.ruuuu')) pri...</p>
2 + <p>The Republic of Kazakhstan, Almaty</p>
3 - <p>User question #98027</p>
3 + <p>Auezova St., 14A</p>
4 - <p>Incorrect question Choose all lines with the expression: (choose all the correct answers) const dollarsCount = 50 * 1.25 console.log() 'Good' + 'will' console.log('The price is ' + dollarsCount * rublesPerDollar + ' rubles') 50 * 1.25 no answer is working??!</p>
4 + <p>BIN 230340043714</p>
5 - <p>User question #97669</p>
5 +  
6 - <p>I found it very weird that user "sansa" doesn't actually exist. I was quite confused when I couldn't do "su sansa" or find them in etc/passwd, I thought the test had a typo or something, but then found the dir manually which confused me even more. Is this what it would be like in "real world" in case user sansa got...</p>
 
7 - <p>User question #96523</p>
 
8 - <p>Hello! I would like to bring attention that this exercise has an error from the HTML code, I compared it with my solution and it's the same, but the test code asked something else.</p>
 
9 - <p>User question #96383</p>
 
10 - <p>Split two committed messages. Hi! I use the "git add -i" command to split the commit-msg, but when I run the test it gives me one failure step. `expect(received).toContain(expected) // indexOf Expected substring: "+2/-0" Received string: "hexlet.txt "` Thank you for help me.</p>
 
11 - <p>User question #95045</p>
 
12 - <p>I am unclear about how to answer the question about functions. I've tried many times and still could not get to the result so if you could me some insight or somewhere I could get some more information about functions I would appreciate it.</p>
 
13 - <p>User question #89701</p>
 
14 - <p>Hi guys, could you change the link here, pls, it returns 404 https://github.com/hexlet-authors/hexlet-exercise-kit/blob/master/import-documentation/src/index.js</p>
 
15 - <p>User question #89687</p>
 
16 - <p>Hi there, you have following task for spread operator Implement and export as default a function that converts dates into an array of human-readable English text. Each date is represented by an array [2001, 10, 18], where the first element is the year, the second is the month, and the third is the day. And you have...</p>
 
17 - <p>User question #89456</p>
 
18 - <p>Current question: 4 out of 4. Correct answers: 3 Check the concepts related only to imperative programming (choose all the correct answers) function calls recursion constants changing variables while loops quiz after the step 9. It gives 5 possible options and in the header it says only three are possible. I have tr...</p>
 
19 - <p>User question #83094</p>
 
20 - <p>Hi! You have mistaken in Theory? ... Usually, menus, sidebars, and the footer exclided from this area. ...</p>
 
21 - <p>User question #81356</p>
 
22 - <p>"prefix (git log --filename)" Must be "prefix (git log -- filename)" with space</p>
 
23 - <p>User question #81252</p>
 
24 - <p>In desc you write: But in test you require: Dudes....</p>
 
25 - <p>User question #81118</p>
 
26 - <p>Hi. I'm trying a lot of "codes" to try to solve this exercise, but whenever I expect the result to be either true or false, the resulte is "undefined". I don't know exactly what this means. Thank you</p>
 
27 - <p>User question #81090</p>
 
28 - <p>why do I still have "article should be in section" mistake ? I have main, inside I have section, inside I have article. what's wrong ? please help me because I spent around 3 hours with surfing online and I can not find the solution.</p>
 
29 - <p>User question #80681</p>
 
30 - <p>**~~~~</p>
 
31 - <p>User question #79950</p>
 
32 - <p>I'm sorry, but I don't understand what is wrong with my code: const iter = () =&gt; { // removed }</p>
 
33 - <p>User question #76501</p>
 
34 - <p>Hi there ! A bug is found in the quiz...💩 let company = 'Hexlet'; console.log(company.toLowerCase().toUpperCase()); I chose 'HEXLET' - it says: 'Wrong Answer'... but it is the *correct *one. Selecting 'Hexlet' says: 'Correct...' but it is not!!!</p>
 
35 - <p>User question #72062</p>
 
36 - <p>Hello, Hexlet Support Team. Can you please check if the web link in the 2nd tip is correct? The 2nd tip reads: "Read more about sudo. There is an example of using the tee utility with sudo in this article" And the link Read more about sudo provides: https://en.wikipedia.org/wiki/Sudo Having checked the article, I f...</p>
 
37 - <p>User question #69629</p>
 
38 - <p>人气儿无若群无</p>
 
39 - <p>User question #49771</p>
 
40 - <p>Hello! How are you? Could you help me to solve practical task?</p>
 
41 - <p>User question #47520</p>
 
42 - <p>Why do the english version website don't have all translations? Can I help to translate the english version of the website?</p>
 
43 - <p>User question #43770</p>
 
44 - <p>Hello! Where I can read the text of this task? What should I write here?</p>
 
45 - <p>User question #43768</p>
 
46 - <p>include int main(void) { int lower, upper, step, celsium, kelvin; lower = 0; upper = 300; step = 20; celsium = lower; while(celsium &lt;= upper) { kelvin = celsium + 273; printf("%d : %d\n", celsium, kelvin); celsium = celsium + step; } return 0; }</p>
 
47 - <p>User question #42948</p>
 
48 - <p>// BEGIN (write your solution here) const m = 59; const c = 300000000; const E = mcc; console.log(E); // END Where is a mistake? I cannot submit, cannot see teacher's solution, this is frustrating</p>
 
49 - <p>User question #42924</p>
 
50 - <p>Hi! This is very strange, when I just copy your code it works out, but when I rewrite it identically, it says I have mistakes. They are perfectly the same to my eye(((9</p>
 
51 - <p>User question #35549</p>
 
52 - <p>I am unable to type anything in the editor (output tab), "Review" and "Finish" buttons are frozen as well. What could be the problem?</p>
 
53 - <p>User question #33181</p>
 
54 - <p>Does anyone know why I'm getting an error with this function? It seems to work fine if I run it in the Chrome JS console. const smallestDivisor = (num) =&gt; { // BEGIN (write your solution here) function iter(val, acc) { // console.log(val, acc) if (val % acc === 0) { return acc; } return ite...</p>
 
55 - <p>User question #31364</p>
 
56 - <p>good what next</p>
 
57 - <p>User question #20437</p>
 
58 - <p>Thank you for this course. I am slowly jamming all this information in my brain and it is slowly latching into empty pockets in my head. This is at least how I have felt in the last few weeks. The resources and videos on recursion are great. I feel like I understand the concept. And it seems "math" centric to use re...</p>
 
59 - <p>User question #20184</p>
 
60 - <p>Im stuck on this part and not entirely sure wether close or not:( I understand the theory but as goes for the maths part I figured i won't make use of it for now anyway, so I just want to proceed - but your given solution does not pass the tests. What to do?</p>
 
61 - <p>User question #20171</p>
 
62 - <p>There is a small typo in || matrix fyi:)</p>
 
63 - <p>User question #19257</p>
 
64 - <p>multi task input process output data stroage</p>
 
65 - <p>User question #13554</p>
 
66 - <p>This is my second lesson only , but having struggle to learn JS for about 8 months now, if i can learn some thing here , i will buy you a nice vegetable salad</p>
 
67 - <p>User question #11200</p>
 
68 - <p>Hello there actually 300000, not 300000000</p>
 
69 - <p>User question #9903</p>
 
70 - <p>Do I need to develop some "through ass" regex because of JS did not support look behind? Or this exercise is a some kind of feature?</p>
 
71 - <p>User question #8907</p>
 
72 - <p>From quiz: 'Who' to blame?' ^^^^^^^^^^^^^^^^^ Is it correct string literal?</p>
 
73 - <p>User question #8646</p>
 
74 - <p>Tell me please, why this solution doesn't work? const isPrime = (num) =&gt; { for (let i = 2; i &lt;= num &amp;&amp; num%i !== 0; i++) { if (i === num) { return true; } } return false; }; export default isPrime; OUTPUT: ``` FAIL tests/solution.test.js ● prime expect(received).toBeTruthy() Expected value t...</p>
 
75 - <p>User question #8505</p>
 
76 - <p>Hi! Thank you for such awesome lessons! This task is very tough, however. Even after looking at the teacher's solution I didn't understand the last part, namely, why we need 'end' in it? return begin + sequenceSum(begin + 1, end); I don't see how it's used in the function: we don't use it for addition. Could you ...</p>
 
77 - <p>User question #8348</p>
 
78 - <p>Help me, please. I don;t understand my mistake. The Output said so amasing thing: ` FAIL tests/solution.test.js ● solution expect(received).toBe(expected) Expected value to be (using ===): "Hello, World!" Received: ", !" at Object.&lt;anonymous&gt;.test (__tests__/solution.test.js:4:79) ✕ solution (6ms) Test ...</p>
 
79 - <p>User question #8263</p>
 
80 - <p>Сделал uninstall -g затем install -g своего пакета и при запуске brain-even получаю brain-even: command not found Где искать, подскажите, пожалуйста.</p>
 
81 - <p>User question #7942</p>
 
82 - <p>console.log ("Hello, World!");</p>
 
83 - <p>User question #7052</p>
 
84 - <p>Hello! I can't understand why my solution doesn't work. Can you please explain what does this OUTPUT mean? make: Entering directory '/usr/src/app' suppressor pass 'RESULT=pass babel-node test.js' suppressor fail 'RESULT=fail1 babel-node test.js' suppressor fail 'RESULT=fail2 babel-node test.js' suppressor fail 'RESU...</p>
 
85 - <p>User question #6947</p>
 
86 - <p>Hey! In the lesson notes you skipped symbol "+" after variable "name" in the phrase: console.log("His name is " + name " and his age is " + age);</p>
 
87 - <p>User question #6821</p>
 
88 - <p>Select the incorrect statements: (Select all correct answers) whatcanIdo?</p>
 
89 - <p>User question #6802</p>
 
90 - <p>What with code-style in teacher's solution? I think it's not very good/</p>
 
91 - <p>User question #6761</p>
 
92 - <p>In description export it as default - doesn't work for me, only with export const ... test passed</p>
 
93 - <p>User question #6313</p>
 
94 - <p>my code is: var i = 2; while (num%i &gt; 0) { i++; } return i; and OUTPUT says Run failed! Check and fix errors above!. Sad =(</p>
 
95 - <p>User question #6235</p>
 
96 - <p>Hey Rakhim. Your english lessons are awesome. Keep it up! I'd like to point to one thing: when you say the word like "-number" it is correct to say "negative number" instead of "minus number", isn't it?)</p>
 
97 - <p>User question #6091</p>
 
98 - <p>enter image description here http://s014.radikal.ru/i329/1612/bf/330f17730d51.png "Отмена" -&gt; "Cancel", is not it ?!</p>
 
99 - <p>User question #6002</p>
 
100 - <p>Hi, Rakhim! How are you? I'm Askhat. Don't know if you remember me... We studied in SDU. I've found a mistake in "IF conditions and programs making decisions" part... OR operator (A - FALSE, B - FALSE, A OR B - TRUE). And also in AND operator, A - FALSE, B - FALSE, A AND B - FALSE (not a mistake, but I think that yo...</p>