let styleLink = {};Object.assign(styleLink, [style, styleInlineLink]);
Uncategorized
1
Posts
1
Posters
2
Views
-
let styleLink = {};
Object.assign(styleLink, [style, styleInlineLink]);I believe this JavaScript code results in styleLink being an object that has all the fields of style combined with all the fields of styleInlineLink. In testing it's as if this is not the case. Am I missing something?
-
undefined oblomov@sociale.network shared this topic