摘要:
// Directions // Write a function that returns the number of vowels // used in a string. Vowels are the characters 'a', 'e' // 'i', 'o', and 'u'. // E 阅读全文
摘要:
Requests that aren't stubbed will hit our real backend. To ensure we've stubbed all our routes, we can use the force404 method to send 404s from any u 阅读全文
摘要:
There are two ways to correctly type checks number: When using Number.prototype methods, some of them return String as result: We can see this string: 阅读全文
摘要:
What's your expect of the output?: The answer is 'false'. Because: Therefore if we do calculation on Frontend: The result is not correct. The solution 阅读全文
摘要:
Proxy configuration: When we have already fews applications running in the workspace, and we want to add 'api' layer for one applicatrion only, we can 阅读全文