Hi , i want only the keys Object.keys <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/keys> ?
On Tuesday, June 30, 2020 at 2:29:33 PM UTC+3, [email protected] wrote: > > Hi > > Do you know how i can get the properties of object ? > for example, for* K *const i want to get *a* & *b* keys ? > > > const o = {a:10, b:20} ; > > > I"m trying all GetPropertyXXX() api without succeeded :-( > > Regards > Oren > > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/be2f8f1a-6328-4877-a244-59fddb1f907ao%40googlegroups.com.
