Global variables

Hey guys,
A question, what is the difference between:

pm.globals.set("variable_key", "variable_value");

and

postman.setGlobalVariable('test', 'my_value')

It was clarified through the Postman community by Claire on Discord, this is the link that better explains the relationship between them in case anyone else has the same question :point_down:t4: