Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: conversion to typescript for tutorials.js file #280

Open
niladrix719 opened this issue Mar 14, 2024 · 0 comments · May be fixed by #281
Open

feat: conversion to typescript for tutorials.js file #280

niladrix719 opened this issue Mar 14, 2024 · 0 comments · May be fixed by #281
Labels

Comments

@niladrix719
Copy link
Member

Is your feature request related to a problem? Please describe.

Currently the tutorials.js file is written is javascript but can be converted to typescript for type safety and better developer experience.

Describe the solution you'd like

Conversion of file to typescript and using:-

  1. interfaces for the objects
  2. addition of ? operator for type safety
  3. using as HTMLElement for accessing properties of html elements

Are you working on this? (Yes/No)

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants