hashTagsPost1 and hashTagsPost2 are two sets
of strings representing tags for different blog posts
entered by the users.
To process these tags, use the split method to divide
each string into an array of individual tags.
Use console.log
to display the resulting arrays
of tags for each post.