Answers for "what is a dictionary in programming"

1

what is a dictionary in programming

// This is a JS Object (dictionary eqiv.)
var obj = {
  num:16,
  str:'hello',
  bool:true
};
Posted by: Guest on June-09-2020

Code answers related to "what is a dictionary in programming"

Code answers related to "Javascript"

Browse Popular Code Answers by Language