hazartilirot

Results 48 issues of hazartilirot

1) I don't know why Jonas started changing arguments in **render()** method? We're working with two classes that should change a **view** state in a page -> the method that...

Well, you're correct, however it happens since you pass the value of **state.search.page** `getSearchResultsPage = function(page=state.search.page)` It'd be enough to change it into page=1 - that's it. It'd always start...

Well, I know I'm like a fly in the ointment. Nonetheless.... Once again, I'm confused.... 😆😂😁 Jonas says he's going to use an update method in a class so that...

Well, if we look at the provided template there are two buttons -/+, meaning the one would increase a value by 1 and the other is the other way around...

Well, I'm just in agony. The following text is mere my rant. I've spent a couple of hours on renaming all my methods, variables and re-organizing my code knocking it...

I'm a bit confused. Why do we need to use an Array of EventListeners reading a hash with id then slicing it instead we could've attached an event listener to...

Well, the issue is that parcel v2 seems to have had many bugs. I've tired to install many versions including 2.0.0-beta1 that uses Jonas in the video. The main bug...

If case you encountered the error it's caused by ADBlocker or Brave browser

Well, as an example you work with Portugal. The country just has one neighbour. However, if we take Ukraine there are seven neighbours all of them are passed in an...

Well, I might be wrong.... but what's the actual difference between estimating pace and speed? I think **this.distance** should be divided by **this.duration** in both cases, shouldn't it? ![233 Managing...