This document outlines a study on identifying classes in JavaScript code. It presents a technique called JSDeodorant that uses data flow analysis and function body analysis to identify class emulations. The approach was evaluated on several open source projects and found to have high precision and recall, outperforming an existing tool. An empirical study also found statistical differences in how classes are adapted across NodeJS, website, and library code. Future work could include identifying code smells and supporting class inheritance and modern JavaScript features.