摘要: // 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 阅读全文
posted @ 2019-06-21 23:29 Zhentiw 阅读(184) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2019-06-21 23:13 Zhentiw 阅读(359) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-06-21 03:20 Zhentiw 阅读(4) 评论(0) 推荐(0)