Interview Frontend Atlassian

Gave a use case on codepad and then asked for implementation. In the follow-up, asked how to remove a single:

const x = new Stream();
x.subscribe(console.log)
x.push(5)
x.push(1)
x.push(2)

Then introduced myself and asked questions. There was no mention of culture as mentioned by HR.