Skip to content

Latest commit

 

History

History
86 lines (76 loc) · 4.09 KB

File metadata and controls

86 lines (76 loc) · 4.09 KB

Javascript

You can click on the link on question to open answer [or] navigate to "Answers" folder

ES6

  • - What is ES6 and ECMA ?
  • - New features of ES6?

Design Patterns

  • - Factory
  • - Singleton
  • - Decorator
  • - Facade
  • - Pub-Sub
  • - Module

Problems

  • - Anagram
  • - Array Product
  • - Counter app without localstorage or global variable
  • - Find a pair of values in a sorted array equal to a sum
  • - Prime Number
  • - Palindrome

Reference: