Meta
More Experiences
Meta | frontend | Phone screen
April 28, 2025 • 2 reads
Summary
I had a phone screen interview at Meta for a frontend role, where I was asked to implement two JavaScript functions from scratch: Memoize and Classnames.
Full Experience
Both question where to write JS functions from stratch:
-
Write Memoize function: https://www.greatfrontend.com/questions/javascript/memoize
-
Write Classnames function: https://www.greatfrontend.com/questions/javascript/classnames
Interview Questions (2)
Q1
Implement Memoize Function
Data Structures & Algorithms