Skip to content

Instantly share code, notes, and snippets.

View alitskevich's full-sized avatar
🎯
Focusing

Litskevich alitskevich

🎯
Focusing
View GitHub Profile
readObject =>(){
obj={}
while (!testNext('}')){
readKeyAndValue(obj)
nextIf(',')
}
reutrn obj
}
result = readObject()