Skip to content

biodigitalfish/html-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Tag Checker Problem

Written in JavaScript, this program takes an input of a paragraph of text and validates if the psuedo HTML tag syntax is correct

Dependencies

Development

  • VSCode. Or whatever your favourite IDE is.

Testing using Jest

checkTags.test.js takes the input test values from tests.js

It verifies 3 functions within checkTags.js file:

  • _opposingTag

  • _checkTags

  • checkTags

To run the tests execute npm test

Manual test

Run main.js file which will prompt for user input. Enter a paragraph to be checked

node main.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published