Skip to content

Releases: envico801/javascript-interview-questions

SJIQ v3.0.3

05 Mar 00:28
Compare
Choose a tag to compare

✨ Information


📝 Changelog

3.0.3 (2024-03-04)

Features
  • corrected most of the card indentation problems.
  • improved syntax and html markup of code blocks.
  • the default styles caused by the highlighting plugin (addon) have been removed.
  • the styles were adapted to make the cards look good on small screen devices (mobiles) - (media queries).
  • the format of the cards has been updated and now mimics the reading of an article on a website.
  • added quality of life improvements (e.g. removed autofocus when displaying answer)
  • add latest changes. (6bb89e6)
  • add questions in html format. (8ab1793)
  • add the new changes to the deck. (30195a2)
  • update card format. (2aeea2f)
Bug Fixes
  • correct incomplete questions. (50ec480)
  • inconsistencies in the questions. (d42a4a3)
  • indentation errors and update to latest repository version. (c9bf654)

SJIQ v2.0.0

16 Feb 20:55
Compare
Choose a tag to compare

✨ Information


📝 Changelog

2.0.0 (2024-02-15)

Features

SJIQ v1.0.0

15 Feb 00:32
Compare
Choose a tag to compare

✨ Information


📝 Changelog

1.0.0 (2024-02-14)

Features
  • add base deck (05a7ba9)
  • add base notes (adb36ae)
  • add basic model of questions (eca16b7)
  • add npm and 'standard-version' dependency (7a6c55e)
  • add optional chaining question (95214cb)
  • Part of #68, Added answer for question 350 (41e78d9)
Bug Fixes