Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

types.js 166B

12345678910
  1. module.exports = {
  2. ROOT : 0,
  3. GROUP : 1,
  4. POSITION : 2,
  5. SET : 3,
  6. RANGE : 4,
  7. REPETITION : 5,
  8. REFERENCE : 6,
  9. CHAR : 7,
  10. };