Comments on: Typescript Merge Maps [3 Methods] https://www.spguides.com/typescript-map/ Learn SharePoint, Office 365, Nintex, PowerApps, PowerBI etc, SharePoint training and video courses Sat, 11 Nov 2023 18:42:32 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: James https://www.spguides.com/typescript-map/#comments/945 Wed, 08 Feb 2023 20:48:39 +0000 https://www.sharepointsky.com/?p=11912#comment-945 I tried to post with the use of maps using generics types new Map (open angle bracket) string, (close angle bracket), (open angle bracket) number(close angle bracket(). But your text filter simply removed the all open and close brackets. What is the point of a blog on typescript if you can’t respond with examples that use Types !!!!

]]>
By: James https://www.spguides.com/typescript-map/#comments/944 Wed, 08 Feb 2023 20:44:19 +0000 https://www.sharepointsky.com/?p=11912#comment-944 It puzzles me that one of the primary purposes of Typescript over Java Script is the use of types. Yet, most blogs explaining typescript continue to not use Types, all their examples, as yours are, just use Type any.

I believe your article would be must better if you defined your Map using Types
const map = new Map() and avoided the implicitly use of ‘any’ or ‘object’ in your examples

]]>
By: Guest https://www.spguides.com/typescript-map/#comments/227 Sat, 27 Mar 2021 04:39:13 +0000 https://www.sharepointsky.com/?p=11912#comment-227 It’s a good article

]]>