学生对 Scrimba 提供的 JavaScript Interview Prep: Real Coding Questions & Solutions 的评价和反馈
课程概述
1 - JavaScript Interview Prep: Real Coding Questions & Solutions 的 15 个评论(共 15 个)
创建者 Epaphras A
•Jan 9, 2024
Kudos to Treasure Porth for the fantastic content—her 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.
创建者 Sam K
•Sep 16, 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.
创建者 Pravin d J
•Aug 7, 2025
Good...but can not download certificate in files
创建者 José R
•Aug 25, 2025
excellent!!
创建者 Udara S
•Jul 9, 2024
Great Stuff
创建者 PARTHIV J D
•Sep 4, 2023
java script
创建者 Abdurayimova S
•Oct 19, 2023
fdvgrthbty
创建者 Qashqadaryo v S b
•Dec 20, 2023
good
创建者 Shawon
•Sep 30, 2023
good
创建者 suhrob
•Oct 19, 2023
fsr
创建者 Юрій Б
•Sep 1, 2023
The toString() method returns a string as a string.
https://www.w3schools.com/jsref/jsref_tostring_string.asp
创建者 Francis J S
•Jun 23, 2025
good questions, good methodology on the answers some quiz questions are ambiguous
创建者 Nematov S
•Oct 19, 2023
yes
创建者 Yuliya T
•Jan 17, 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.