// codeclou products
const p = new Array(5);
p[0] = 'Quality before Quantity';
p[1] = 'Security by Design';
p[2] = 'Privacy by Design';
p[3] = 'Awesome Documentation';
p[4] = 'High Test-Rate';
// codeclou environment
const e = new Array(5);
e[0] = 'No Suits - No Bullshit';
e[1] = 'Nerdy by nature';
e[2] = 'sustainable development';
e[3] = 'low-carbon economy';
e[4] = 'transparency';