You should be able to:
- Explain what a hash table is
- Explain what makes hash tables so powerful
- Define what dynamic programming is
- Define the methods around dynamic programming (memoization/top-down and bottom-up)
You should be able to:
Needless to say, Airbnb is top tier when it comes to developer contributions. Much of the industry has adopted Airbnb's JavaScript Style Guide. However, perhaps the style guide is too restrictive at this point in your coding journey.
npm uninstall -g eslint-config-airbnb eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react-hooks
npm list -g --depth 0
and confirm that the following are in the list:You should be able to:
You should be able to:
import
and export
modules in frontend JavaScriptYou should be able to:
SELECT
, FROM
, WHERE
, ORDER BY
, JOIN
, etc)You should be able to: