Q:

what is a dictionary in programming

// This is a JS Object (dictionary eqiv.)
var obj = {
  num:16,
  str:'hello',
  bool:true
};
1

New to Communities?

Join the community