• Stars
    star
    1
  • Language
    JavaScript
  • Created about 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An assigment to write a function that takes '{1069} AND ({1070} OR {1071} OR {1072}) AND {1244} AND ({1245} OR {1339})' and output // Output Example /* const output = { and: [ 1069, { or: [1070, 1071, 1072] }, 1244, { or: [1245, 1339] }, ] }; */