BDD — JavaScript Jasmine Example

Implementing a Squeeze Function

Panos Matsinopoulos
Level Up Coding
Published in
6 min readJun 26, 2023

--

Image by Ryan McGuire from Pixabay

You may have heard about the BDD (Behavior Driven Development) and TDD (Test Driven Development) and the benefits that they bring when we develop software. These techniques allow us to write software that complies to the requirements, because we first specify the requirements and, then, wwrite the actual software that satisfies them.

--

--