By Epaphras A
鈥Jan 10, 2024
Kudos to Treasure Porth for the fantastic content鈥攈er detailed explanations of each Javascript method in every challenge were top-notch 馃挴. I highly recommend this course to anyone who's simply looking to level up their Javascript game.
By Sam K
鈥Sep 17, 2023
Excellent format of the course! Using several projects to build on one another is a great way to reinforce skills and the topics were engaging. Also great end point video to build upon what was taught and wrap up the course.
By Udara S
鈥Jul 10, 2024
Great Stuff
By PARTHIV J D
鈥Sep 5, 2023
java script
By Abdurayimova S
鈥Oct 19, 2023
fdvgrthbty
By Qashqadaryo v S b
鈥Dec 20, 2023
good
By Shawon
鈥Oct 1, 2023
good
By suhrob
鈥Oct 19, 2023
fsr
By 挟褉褨泄 袘
鈥Sep 1, 2023
The聽toString()聽method returns a string as a string.
https://www.w3schools.com/jsref/jsref_tostring_string.asp
By Francis J S
鈥Jun 23, 2025
good questions, good methodology on the answers some quiz questions are ambiguous
By Rados艂aw 鈥 K
鈥Jan 22, 2024
Rather simple examples with good explanation.
By Nematov S
鈥Oct 19, 2023
yes
By Yuliya T
鈥Jan 18, 2024
Sorry but going over JS methods such as toString, join, split, sort etc is not an interview prep. Noone asks me in the interview these silly questions. Interview questions include building out a dropdown, or a modal window, or a writing a dynamic programming algorithm. This is very beginner JS course pretty much. Described anagram algorithm is also not the best, because when you need to sort your split array and then join it back, you run into time complexity of O(n log n). There are better ways to do it. If you write a solution in the interview using built-in methodsL split, sort, and join, you will simply be likely asked to think if there is a better way. Saying that, it is always good to mention that this is one way of doing it, so interviewer sees you know your methods, but this is absolutely not the best solution to anagram problem. It is not a bad course. But the title is very wrong. It should be called "Beginner JS Course" or "Master your javascript methods" course may be, but definitely not "JavaScript Interview Challenges". 2 start due to this. But it still would be really useful course for someone who is just learning JavaScript.