1. Write regular expression to describe a languages consist of strings made of even numbers a and b. CO1 K3

JavaScript
((a+b)(a+b))*
Source

Also in JavaScript: