console.log (articles[0].title); console.log (articles[0].media[0].copyright);
->this works!
but all 3 bracket notation below does not! Ob