4. Extract numbers & operator from calculator input with Split & match string methods - Jasmine

preview_player
Показать описание
In this video we will extract the numbers and the operator value from the calculator input text box using the String JavaScript Split and match methods - Jasmine Testing

Unit Testing with Jasmine Github Repo:

If you like my video, please subscribe to my channel.

Join in the Telegram Group

My Playlists:
Angular CLI Complete Course Tutorial:

My Courses Playlist Page:

#testing #leelawebdev #javascripttesting

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

Good course. I would recommend. I watched on 1.5x.

shubhamphoujdar
Автор

Cool! but this is limited to two numbers and one operator. For a broader solution, How do you process multiple number with multiple operators all together in a string. E.g Let StringExp = "20 + 14 - 10 * 3 / 2 + 4";

sammie