Avoiding eval for Object References

The eval function is an important factor when it comes to coding in JavaScript. We'll see what exactly it does and how we can avoid it.

  • Analyzing an eval function
  • Using an alternative to the eval function

Complete and Continue